0.0.5 • Published 3 years ago

@bankur/colorcss v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Logo

ColorCSS

CSS library with nice colors without classes

Usage

Color CSS can be used as in HTML by adding a specific attribute to the tag:

<div colorcss-bg="black">
	<h1 colorcss-color="white">
		Hello world
	</h1>
</div>

So in regular CSS, applying a specific variable

h1, h2, h3, h4, h5, h6{
	font-family: monospace;
	color: var(--red-ccss);
}

You can see an example of using ColorCSS here

Download

You can download ColorCSS by clicking on the button. Non-min version and min version available

Min versionNon-min version
MinNon-min

Also you can install ColorCSS via npm package manager

npm i @bankur/colorcss

Available colors

There are 21 colors available in total. Here is a list of them.

  • red
  • pink
  • purple
  • deep_purple
  • indigo
  • blue
  • light_blue
  • cyan
  • teal
  • green
  • light_green
  • lime
  • yellow
  • amber
  • orange
  • deep_orange
  • brown
  • gray
  • deep_gray
  • white
  • black

Pallete

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago