Color names in this palette
CSS code for this palette
/* CSS */
.hippie-green {
color: #5e895d;
}
.in-the-tropics {
color: #a0b93c;
}
.dull-yellow {
color: #f0d75c;
}
.pizazz {
color: #e47e3f;
}
.top-tomato {
color: #c9493b;
}
/* CSS Variables */
:root {
--hippie-green:#5e895d;
--in-the-tropics:#a0b93c;
--dull-yellow:#f0d75c;
--pizazz:#e47e3f;
--top-tomato:#c9493b;
}