1.0.0 • Published 2 years ago

@wedgekit/palette v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@wedgekit/palette

The palette is the single source of truth for the CSS hex codes for the Wedgekit Design System Colors. Primarily for internal Wedgekit use only - most external applications should import @wedgekit/color

Example

import palette from '@wedgekit/palette';

const Example = () => <div style={{ width: 100, height: 100, background: palette.B400 }} />;