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

https://github.com/zoo-js/zoo-color

@zoo-js/colors
https://github.com/zoo-js/zoo-color

color scss

Last synced: about 2 months ago
JSON representation

@zoo-js/colors

Awesome Lists containing this project

README

          

# @zoo-js/colors

[![](https://img.shields.io/npm/v/@zoo-js/colors?style=flat-square)](https://www.npmjs.com/package/@zoo-js/colors)

## Quick start
```bash
yarn add @zoo-js/colors
```

## Use
```scss
@import '~@zoo-js/colors/color.scss';
```

### Now
```scss
$theme-color: #26A699;
$theme-shadow-color: #72c5bd;
$theme-hover-color: #4ac5bb;
$theme-text-color: #fff;
$theme-error-color: #d84848;
```