{
  "name": "RaveRewards colours",
  "gradient": {
    "molten": [
      "#FFCB5C",
      "#FFB020",
      "#F59E0B"
    ]
  },
  "colours": [
    {
      "name": "Amber",
      "hex": "#FFB020",
      "rgb": [
        255,
        176,
        32
      ],
      "use": "Primary actions, active states, the brand mark"
    },
    {
      "name": "Gold",
      "hex": "#FFCB5C",
      "rgb": [
        255,
        203,
        92
      ],
      "use": "Highlights and the top of the molten gradient"
    },
    {
      "name": "Deep amber",
      "hex": "#F59E0B",
      "rgb": [
        245,
        158,
        11
      ],
      "use": "The end of the molten gradient"
    },
    {
      "name": "Charcoal",
      "hex": "#0E0E12",
      "rgb": [
        14,
        14,
        18
      ],
      "use": "Page background"
    },
    {
      "name": "Surface",
      "hex": "#16161C",
      "rgb": [
        22,
        22,
        28
      ],
      "use": "Cards and panels"
    },
    {
      "name": "Raised",
      "hex": "#1E1E26",
      "rgb": [
        30,
        30,
        38
      ],
      "use": "Inputs, menus, popovers"
    },
    {
      "name": "Text",
      "hex": "#F5F5F7",
      "rgb": [
        245,
        245,
        247
      ],
      "use": "Headlines and primary text"
    },
    {
      "name": "Money green",
      "hex": "#34D399",
      "rgb": [
        52,
        211,
        153
      ],
      "use": "Every payout, rate and balance"
    },
    {
      "name": "Alert red",
      "hex": "#FB5D5D",
      "rgb": [
        251,
        93,
        93
      ],
      "use": "Errors and flags only"
    },
    {
      "name": "Info blue",
      "hex": "#6AA9FF",
      "rgb": [
        106,
        169,
        255
      ],
      "use": "Information and retainer campaigns"
    }
  ],
  "fonts": {
    "display": "Space Grotesk",
    "ui": "Inter"
  }
}