Skip to content

Instantly share code, notes, and snippets.

View PranaytheSingh's full-sized avatar

Pranay Singh PranaytheSingh

View GitHub Profile
@PranaytheSingh
PranaytheSingh / tailwind_md_all_colours.js
Last active August 3, 2022 07:43 — forked from davidpiesse/tailwind_md_all_colours.js
A colour set for Tailwind CSS that include all Material Design Colours, shades, accents and contrast colours
// https://davidpiesse.github.io/tailwind-md-colours/
//
//Notes
//
//All colours are generated from Material Design Docs
//Colours have a base, a set of shades (50-900) accent colours
//In addition a companion set of contrast colours are included for colouring text / icons
// Example usage
// class="w-full bg-red-600 text-red-600-constrast"