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 |
|---|
| 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 |
{
"r": 143,
"g": 152,
"b": 5,
"a": 1
}