Represents a color in a ColorPalette.
Returns the name of the color as configured in the admin. May be empty.
Returns the color value — #rrggbb
format for RGB colors and cmyk(c,m,y,k)
format for CMYK colors.
Returns the color value in RGB format. If the original value is in CMYK format, it converts it to a RGB equivalent suitable for use in CSS.