An open API service indexing awesome lists of open source software.

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

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)