@wedgekit/palette
v1.0.0
Published
Wedgekit Design System colors
Downloads
176
Maintainers
Keywords
Readme
@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 }} />;