Usage

Color distinguishes our brand and helps us create consistent experiences across products.

React

As a className —.text-{colorCode}.bg-{colorCode}.border-{colorCode}

<h1 className="text-B-500">This text is Brand color</h1>
<h1 className="bg-B-500">This element's background is Brand color</h1>
          

Stylesheet

As a SCSS mixin —@apply {colorCode}

/* Text */
.example {
  @apply text-B-500;
}

/* Background */
.example {
  @apply bg-B-500;
}
          

Color Palette

Color distinguishes our brand and helps us create consistent experiences across products.

Brand Primary

Colors
B-100#CDD7FE
B-200#9BAEFD
B-300#6A86FB
B-400#385DFA
B-500#0635F9
B-600#0930D0
B-700#0827AB
B-800#00187D
B-900#00125B

Extended

Colors
N-100#E2E6F6
N-200#C7CDEE
N-300#9BA2CC
N-400#6B7199
N-500#333755
N-600#252949
N-700#191D3D
N-800#101231
N-900#090B28
G-100#C8FACD
G-200#94F5A7
G-300#5BE385
G-400#33C86F
G-500#01A453
G-600#008D55
G-700#007653
G-800#005F4C
G-900#004E47
Y-100#FFF5D1
Y-200#FFEBA3
Y-300#FFDC5F
Y-400#FFD748
Y-500#FFCD1A
Y-600#CCA415
Y-700#997B10
Y-800#66520A
Y-800#66520A
R-100#FDE5D8
R-200#FCC6B3
R-300#F79E8B
R-400#F0786D
R-500#E63F3F
R-600#C52E3B
R-700#A51F36
R-800#851431
R-900#6E0C2E
P-100#F1D2FC
P-200#E0A6FA
P-300#C577F0
P-400#A754E1
P-500#7E22CE
P-600#6218B1
P-700#491194
P-800#330A77
P-900#240662