oralify-common
Version:
Public shared repository for Oralify
39 lines (38 loc) • 974 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.palette = void 0;
exports.palette = {
yellowPrim: '#b29f25',
turqPrim: '#04b581',
bluePrim: '#0290c9',
blueDark: '#006699',
greenPrim: '#6ebe47',
redSec: '#ec4d60',
orangeSec: '#f89944',
blueSec: '#66cceb',
purpleSec: '#6c5fc7',
secondaryLightGrey: '#f3f7f7',
secondaryDarkGrey: '#768389',
greyDark: '#43525B',
shadow: '#0000003F',
primaryMercuryGrey: '#e3e3e3',
white: '#fff',
lightGrey: '#f6f6f6',
blueLight: '#68A8D9',
orangeLight: '#f8ad70',
background: '#f7f7f7',
transp: '#f7f7f740',
secondaryGrey: '#E1EEF0',
greenSec: '#91d18b',
yellowSec: '#bda834',
//Greyish:
whiteTwo: '#fafafa',
whiteThree: '#e7e7e7',
whiteFour: '#e5e5e5',
greyish: '#b6b6b6',
border: '#b6b6b640',
black: '#000000',
softPink: '#faa6ae',
salmon: '#F28372',
turqSec: '#32c6a2'
};