Color names in this palette
CSS code for this palette
/* CSS */
.apocalyptic-orange {
color: #f7701d;
}
.floral-leaf {
color: #ffb84d;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.lime-lizard {
color: #a3d55d;
}
.leprechaun {
color: #2e8e6b;
}
/* CSS Variables */
:root {
--apocalyptic-orange:#f7701d;
--floral-leaf:#ffb84d;
--glitter-is-not-gold:#ffdd57;
--lime-lizard:#a3d55d;
--leprechaun:#2e8e6b;
}