For AI agents: visit https://docs.zeplin.dev/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Type: object
| Attribute | Type | Description |
|---|
| name | string (Optional) | Name of the color |
| r | integer | Red component of the color |
| g | integer | Green component of the color |
| b | integer | Blue component of the color |
| a | number | Alpha component of the color |
{
"name": "yellow",
"r": 254,
"g": 207,
"b": 51,
"a": 1
}