Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marcoolo

Marcoolo is an easy to use and highly configurable color palette which you can integrate in your SCSS projects.

It's filled with colors I use on a daily base for my freelance clients and personal projects.

The added colors are in rgba format so they are fully adjustable.

Usage

Install it from npm:

npm install --save-dev marcoolo

Use it in your Sass files by calling the function provided with the correct parameters.

/**
 * @param {string} base-color
 * @param {string} tone
 */

p {
  color: marcoolo(oranges, pumpkin);
}

For your information

The name of this project is a contraction of "Marc" (in honor of my grandfather that passed away in 2017) and "colors".

About

An easy to use SCSS tool for color palettes.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages