Skip to content

Instantly share code, notes, and snippets.

View Pefington's full-sized avatar

Pierre-François Salmand Pefington

View GitHub Profile
@davidpiesse
davidpiesse / tailwind_md_all_colours.js
Last active June 12, 2024 14:31
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"