Palette
Installation
Yarn
yarn add @leafygreen-ui/palette
NPM
npm install @leafygreen-ui/palette
This package contains the colors for the following palettes
- UI: MongoDB-branded, general-use UI palette.
- Chart (coming soon): Color palette for accessible charting colors.
- Syntax (coming soon): Color palette for accessible syntax-highlighting themes.
UI Palette
Usage
npm install @leafygreen-ui/palette
import { uiColors } from '@leafygreen-ui/palette';
const example = () => (
<span style={{ color: uiColors.gray.dark1 }}>Hello World</span>
);
@import '<path to node_modules>/@leafygreen-ui/palette/dist/ui-colors.less';