Spacing Token Color

Type: object

AttributeTypeDescription
rintegerred component of the color
gintegergreen component of the color
bintegerblue component of the color
anumberalpha component of the color

Example

{
  "r": 143,
  "g": 152,
  "b": 5,
  "a": 1
}