Color names in this palette
CSS code for this palette
/* CSS */
.munsell-blue {
color: #0092b3;
}
.may-day {
color: #4ccdc4;
}
.green-epiphany {
color: #7ef1b4;
}
.light-pastel-green {
color: #b4fba2;
}
.shalimar {
color: #f8f9a9;
}
/* CSS Variables */
:root {
--munsell-blue:#0092b3;
--may-day:#4ccdc4;
--green-epiphany:#7ef1b4;
--light-pastel-green:#b4fba2;
--shalimar:#f8f9a9;
}