@postnord/web-components
Version:
PostNord Web Components
89 lines (85 loc) • 1.98 kB
JavaScript
/*!
* Built with Stencil
* By PostNord.
*/
'use strict';
const black = '#000000';
const gray900 = '#2d2013';
const gray700 = '#5e554a';
const gray400 = '#969087';
const gray200 = '#d3cecb';
const gray100 = '#e9e6e5';
const gray50 = '#f3f2f2';
const gray25 = '#f9f8f8';
const white = '#ffffff';
const blue900 = '#0d234b';
const blue700 = '#005d92';
const blue400 = '#00a0d6';
const blue200 = '#8eddf9';
const blue50 = '#e0f8ff';
const blue25 = '#effbff';
const coral900 = '#500715';
const coral700 = '#9b1c2e';
const coral400 = '#f06365';
const coral200 = '#fbc2c1';
const coral50 = '#fdefee';
const coral25 = '#fef7f6';
const orange900 = '#4f1600';
const orange700 = '#99290a';
const orange500 = '#ed7123';
const orange400 = '#f89142';
const orange200 = '#ffc8a3';
const orange50 = '#fff1e3';
const orange25 = '#fff8f1';
const green900 = '#002f24';
const green700 = '#005e41';
const green500 = '#0aa85c';
const green400 = '#5ec584';
const green200 = '#abe3bb';
const green50 = '#dcf6e7';
const green25 = '#edfbf3';
const warning = '#a70707';
var colors = /*#__PURE__*/Object.freeze({
__proto__: null,
black: black,
blue200: blue200,
blue25: blue25,
blue400: blue400,
blue50: blue50,
blue700: blue700,
blue900: blue900,
coral200: coral200,
coral25: coral25,
coral400: coral400,
coral50: coral50,
coral700: coral700,
coral900: coral900,
gray100: gray100,
gray200: gray200,
gray25: gray25,
gray400: gray400,
gray50: gray50,
gray700: gray700,
gray900: gray900,
green200: green200,
green25: green25,
green400: green400,
green50: green50,
green500: green500,
green700: green700,
green900: green900,
orange200: orange200,
orange25: orange25,
orange400: orange400,
orange50: orange50,
orange500: orange500,
orange700: orange700,
orange900: orange900,
warning: warning,
white: white
});
exports.colors = colors;
exports.gray900 = gray900;
exports.white = white;
//# sourceMappingURL=colors-Dzlq0FRO.js.map
//# sourceMappingURL=colors-Dzlq0FRO.js.map