Repository URL to install this package:
|
Version:
8.1.0-rc.5 ▾
|
export const colorBrandText = '#143261';
export const colorBrand800 = '#1b4686';
export const colorBrand700 = '#215bb2';
export const colorBrand600 = '#2567ca';
export const colorBrand500 = '#2372e8';
export const colorBrand400 = '#4fa6f8';
export const colorBrand300 = '#98cdfb';
export const colorBrand200 = '#ddeffe';
export const colorBrand100 = '#f5fbff';
export const colorAccentText = '#4f1809';
export const colorAccent800 = '#76220a';
export const colorAccent700 = '#962708';
export const colorAccent600 = '#bd320a';
export const colorAccent500 = '#dd3809';
export const colorAccent400 = '#f25b36';
export const colorAccent300 = '#f9a590';
export const colorAccent200 = '#fedbd2';
export const colorAccent100 = '#fff7f5';
export const colorNeutralText = '#2f3740';
export const colorNeutral800 = '#45505e';
export const colorNeutral700 = '#6a7685';
export const colorNeutral600 = '#8694a6';
export const colorNeutral500 = '#a0aebd';
export const colorNeutral400 = '#b7c4d2';
export const colorNeutral300 = '#d3dce3';
export const colorNeutral200 = '#ebeff2';
export const colorNeutral100 = '#f8f9fa';
export const colorWhite = '#ffffff';
export const colorRed100 = '#fef6f6';
export const colorRed200 = '#fbe0e1';
export const colorRed300 = '#f2a6a8';
export const colorRed400 = '#e9676c';
export const colorRed500 = '#d3171e';
export const colorRed600 = '#b8141a';
export const colorRed700 = '#931015';
export const colorRed800 = '#781115';
export const colorRedText = '#4e0e10';
export const colorYellow100 = '#fefaeb';
export const colorYellow200 = '#fff0b3';
export const colorYellow300 = '#ffe58f';
export const colorYellow400 = '#ffd138';
export const colorYellow500 = '#f7be00';
export const colorYellow600 = '#cb980b';
export const colorYellow700 = '#936e10';
export const colorYellow800 = '#674c0f';
export const colorYellowText = '#43310a';
export const colorGreen100 = '#f9fdf1';
export const colorGreen200 = '#ebf7d4';
export const colorGreen300 = '#cdeaa1';
export const colorGreen400 = '#abdb61';
export const colorGreen500 = '#88c924';
export const colorGreen600 = '#6a9f19';
export const colorGreen700 = '#517d0f';
export const colorGreen800 = '#426111';
export const colorGreenText = '#283b0c';