UNPKG

react-sleek

Version:

React Sleek Component Library

17 lines (16 loc) 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Colors = { VeryDarkBlue: '#1A1D2E', DarkBlue: '#222537', VeryLightGrey: '#FDFDFD', LightGrey: '#EBEFF8', Grey: '#878C9E', Blue: '#2717C9', Green: '#0ACF97', Pink: '#F2125E', Orange: '#FF8300', Yellow: '#EAB00A', White: '#FFFFFF', }; exports.default = Colors;