Color names in this palette
CSS code for this palette
/* CSS */
.leprechaun {
color: #2a8d6e;
}
.garish-green {
color: #4bbe8c;
}
.peppy {
color: #71d6b4;
}
.forsythia-blossom {
color: #f9d66c;
}
.chaat-masala {
color: #e87a2c;
}
/* CSS Variables */
:root {
--leprechaun:#2a8d6e;
--garish-green:#4bbe8c;
--peppy:#71d6b4;
--forsythia-blossom:#f9d66c;
--chaat-masala:#e87a2c;
}