Set a Color at the given key.
key
void setColor(String key, Color color) => _set(key, _colorBytesCache.putIfAbsent(color, () => color.storage));