Color names in this palette
CSS code for this palette
/* CSS */
.hippie-green {
color: #5c8a5e;
}
.green-trance {
color: #a2d9a1;
}
.vanilla {
color: #f3e4aa;
}
.floral-leaf {
color: #ffb84d;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--hippie-green:#5c8a5e;
--green-trance:#a2d9a1;
--vanilla:#f3e4aa;
--floral-leaf:#ffb84d;
--smashing-pumpkins:#ff5724;
}