Color names in this palette
CSS code for this palette
/* CSS */
.hippie-green {
color: #5c8b55;
}
.tiki-monster {
color: #8dbf8d;
}
.eerie-glow {
color: #a8d6b9;
}
.security {
color: #d6e2c5;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--hippie-green:#5c8b55;
--tiki-monster:#8dbf8d;
--eerie-glow:#a8d6b9;
--security:#d6e2c5;
--white-smoke:#f5f5f5;
}