Color names in this palette
CSS code for this palette
/* CSS */
.groovy-lemon-pie {
color: #d6ba00;
}
.egg-toast {
color: #f3c612;
}
.salmon-eggs {
color: #f9d55d;
}
.banana-br-l-e {
color: #f8ecb9;
}
.river-of-gold {
color: #e5b75d;
}
/* CSS Variables */
:root {
--groovy-lemon-pie:#d6ba00;
--egg-toast:#f3c612;
--salmon-eggs:#f9d55d;
--banana-br-l-e:#f8ecb9;
--river-of-gold:#e5b75d;
}