https://github.com/newdesignfile/colors
New UI colors
https://github.com/newdesignfile/colors
color-system colors colorscheme design-system design-tokens palette themes theming tokens
Last synced: 17 days ago
JSON representation
New UI colors
- Host: GitHub
- URL: https://github.com/newdesignfile/colors
- Owner: NewDesignFile
- License: mit
- Created: 2022-11-27T16:43:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T09:33:18.000Z (about 2 months ago)
- Last Synced: 2025-03-27T16:24:23.968Z (about 1 month ago)
- Topics: color-system, colors, colorscheme, design-system, design-tokens, palette, themes, theming, tokens
- Language: SCSS
- Homepage: https://new-ui.com/docs/foundations/colors
- Size: 276 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
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 -D @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
@use "@new-ui/colors"; // Use `@import` for CSS
``````html
```
### Available themes
- light
- light--warm
- light--cold
- dark
- dark--warm
- dark--cold## Guides
- [Read our colors guide](https://new-ui.com/docs/foundations/colors)