/colors

🖍️ A versatile personal color pallette. Super heavily inspired by tailwindcss.

Primary LanguageJavaScriptMIT LicenseMIT

colors

A versatile personal color palette. Super heavily inspired by tailwindcss

build npm style

Install

$ npm i @iamnapo/colors

Usage

import { gray, indigo } from "@iamnapo/colors";

<div style={{ color: gray[300], backgroundColor: indigo.default }}>{"Hello World!"}</div>;