Color names in this palette
CSS code for this palette
/* CSS */
.flambrosia {
color: #e6a400;
}
.groovy-lemon-pie {
color: #d6ba00;
}
.golden-foil {
color: #c7c400;
}
.matcha-powder {
color: #a1d600;
}
.dark-lime {
color: #7db300;
}
/* CSS Variables */
:root {
--flambrosia:#e6a400;
--groovy-lemon-pie:#d6ba00;
--golden-foil:#c7c400;
--matcha-powder:#a1d600;
--dark-lime:#7db300;
}