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": 145,
"g": 223,
"b": 33,
"a": 1
}