colors

v1.1.1arrow_drop_down
v1.1.1
v1.1.0
v1.0.4
v1.0.4
v1.0.3
v1.0.3
v1.0.2
v1.0.2
v1.0.1
v1.0.1
v1.0.0
v1.0.0
STATUS
Passing
DOWNLOADS
7,404
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
3 KB
Basic colors palette for bit.dev.
1 contributor
Install colors as a package?
Copied
npm i @bit/bit.base-ui.theme.colors
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right
theme/colors ()

Basic colors palette for bit.dev.
Colors divide into these groups:

  • Primary, brand (purple)
  • Secondary (blue)
  • Complementary (pink)
  • Success (green)
  • Risk (yellow)
  • Danger (red)
  • Neutrals (gray)
  • Shadows

Each color has its own shades, scaling between 0 (lightest) and 100 (darkest),
e.g.: p20 (lightest purple), p30, p50 (base purple), p60 (highlight) p70 (darkest)

Help and resources