Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newdesignfile/colors
Colors are now one less thing to worry about.
https://github.com/newdesignfile/colors
color-system colors colorscheme design-system design-tokens palette themes tokens tokens-translation
Last synced: 8 days ago
JSON representation
Colors are now one less thing to worry about.
- Host: GitHub
- URL: https://github.com/newdesignfile/colors
- Owner: NewDesignFile
- License: mit
- Created: 2022-11-27T16:43:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T16:55:23.000Z (6 months ago)
- Last Synced: 2025-01-07T03:09:34.703Z (about 1 month ago)
- Topics: color-system, colors, colorscheme, design-system, design-tokens, palette, themes, tokens, tokens-translation
- Language: SCSS
- Homepage: https://new-ui.com/docs/foundations/colors
- Size: 240 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New UI Colors
## Install
Install New UI Colors from your terminal via npm.```
npm i @new-ui/colors
```To get started quickly, you can use the CDN files.
```html```
## Usage
```scss
// Place this at the top of your SCSS/CSS file
@import "@new-ui/colors";
``````html
```
### Available themes
- light
- light--warm
- light--cold
- dark
- dark--warm
- dark--cold## Build
To build css
```
npm install
npm run build
```## Guides
- [Get a Figma copy](https://www.figma.com/community/file/1325646289622213496/new-ui)
- [Read our colors guide](https://new-ui.com/docs/foundations/colors)