Color Datatypes
datatype | Parent datatype | Example | Description |
---|---|---|---|
color-css | text | #AB12CC | Represents a CSS Color values as a text/string. For more information see https://developer.mozilla.org/en-US/docs/Web/CSS/color_valu. |
color-hex | text | #AB12CC | Represents a CSS HEX color value as a text/string. For more information see https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color |
color-rgb | text | 200,12,97 | Represents a CSS RGB color value as a text/string. For more information see https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb. |