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 | The 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
}