Brand blue
Figma Variable
Brand / Trustmark Blue #0473ea
Nitro Token
color.palette.brandBlue
CSS
--nitro-color-palette-brand-blue
Chain
Figma → Token → CSS → Component
Semantic Color Palettes from Figma SCDC node 76:1539: Main, Prime, Grayscale, Brand, Wealth, PFM, Quicklinks, Gradients, Dark, and Extra.
GLOBAL DESIGN SYSTEM
OVERVIEW
Semantic palettes from Figma SCDC node 76:1539. Use these groups so products share one color language — interactive, status, grayscale, brand, and ancillary ramps.
Main
is used across all interactive elements such as buttons, links, inputs, etc. This color can define the overall feel and can elicit emotion.
Prime
Prime colors with different brightness.
Grayscale
grayscale is the foundation of our color system. Almost everything in UI design — text, form fields, backgrounds, dividers — are usually using gray.
Brand / Trustmark
Our brand colors. use them wisely.
Focus / Keyboard
Focus rings and keyboard highlights. Green is the default input focus.
Wealth
Color specifically for wealth landing and L1/L2 screens
PFM
descrption comes later
Quicklinks
descrption comes later
Gradients
descrption comes later
Dark
descrption comes later
Extra
descrption comes later
Dark (old Proton)
descrption comes later
Ancillary colors
The following color palettes were extracted and generated from our main ones, free to use as ancillary colors
Implementation
import { Color } from '@nitro-core/ui';
<Color
name="Black"
hex="#000000"
/>Property names stay aligned so a Figma Button maps onto the production import below.
Figma
76:1539
Code
@nitro-core/ui
Brand blue
Figma Variable
Brand / Trustmark Blue #0473ea
Nitro Token
color.palette.brandBlue
CSS
--nitro-color-palette-brand-blue
Chain
Figma → Token → CSS → Component
Brand green
Figma Variable
Brand / Trustmark Green #38d200
Nitro Token
color.palette.brandGreen
CSS
--nitro-color-palette-brand-green
Chain
Figma → Token → CSS → Component
Main red
Figma Variable
Main Red #d0021b
Nitro Token
color.palette.mainRed
CSS
--nitro-color-palette-main-red
Chain
Figma → Token → CSS → Component