Skip to content

wonexo/material-design-colors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Material Design Color (MDC)

This is a simple light weight CSS class composed of all the material colors from Google mainly for background colors only.

  • Complete 19 colors from Material Palette.

  • layers of 1 to 9 , inluding a1, a2, a4 and a7.

  • Color Layer is 5 by Default, so you can simply call "red" instead of red-5

  • Minified CSS available.

  • You can check out the Material Pallete Here 😉

How to use MDC in your project

Include copy the file to your CSS folder and include this to your head Tag

<head>
<link rel="stylesheet" href="css/MDC.css">
<link rel="stylesheet" href="css/MDC.min.css">
</head>

How to add the Classes

It make use of "colorname-layernumber"

  • Example
<div class="red-6"></div>
<div class="l-green-a1"></div>

List of all the Colors

  • red
  • pink
  • purple
  • dp-purple (deep purple
  • indigo
  • blue
  • l-blue (light blue)
  • cyan
  • teal
  • green
  • l-green (light green)
  • lime
  • yellow
  • amber
  • orange
  • dp-orange (deep orange)
  • brown
  • grey
  • blue-grey

Enjoy 👍 😄 👊

CONTRIBUTORS.MD Lets Build

For those who contributed to MDC, you can add the following to the CONTRIBUTORS.md file

  • Include your fullname name
  • and your Username in form of a link

Example

  • * Segun Olumide (wonexo)

About

A Class of Material Design Colors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages