UNPKG

pn-design-assets

Version:

Icons, SCSS, and more for PostNord Graphical Guidelines

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