Converts a Color object to a color hex string.
String colorToJson(Color color) => color.value.toRadixString(16).substring(2);