pn-design-assets
Version: 
Icons, SCSS, and more for PostNord Graphical Guidelines
37 lines (36 loc) • 1.52 kB
text/typescript
export const black: string = '#000000';
export const gray900: string = '#2d2013';
export const gray700: string = '#5e554a';
export const gray400: string = '#969087';
export const gray200: string = '#d3cecb';
export const gray100: string = '#e9e6e5';
export const gray50: string = '#f3f2f2';
export const gray25: string = '#f9f8f8';
export const white: string = '#ffffff';
export const blue900: string = '#0d234b';
export const blue700: string = '#005d92';
export const blue400: string = '#00a0d6';
export const blue200: string = '#8eddf9';
export const blue50: string = '#e0f8ff';
export const blue25: string = '#effbff';
export const coral900: string = '#500715';
export const coral700: string = '#9b1c2e';
export const coral400: string = '#f06365';
export const coral200: string = '#fbc2c1';
export const coral50: string = '#fdefee';
export const coral25: string = '#fef7f6';
export const orange900: string = '#4f1600';
export const orange700: string = '#99290a';
export const orange500: string = '#ed7123';
export const orange400: string = '#f89142';
export const orange200: string = '#ffc8a3';
export const orange50: string = '#fff1e3';
export const orange25: string = '#fff8f1';
export const green900: string = '#002f24';
export const green700: string = '#005e41';
export const green500: string = '#0aa85c';
export const green400: string = '#5ec584';
export const green200: string = '#abe3bb';
export const green50: string = '#dcf6e7';
export const green25: string = '#edfbf3';
export const warning: string = '#a70707';