Color names in this palette
CSS code for this palette
/* CSS */
.rainforest-glow {
color: #b2c94a;
}
.goldfinch {
color: #f7e664;
}
.saffron {
color: #f9c62f;
}
.mad-for-mango {
color: #f5a300;
}
.accent-orange {
color: #e66f00;
}
/* CSS Variables */
:root {
--rainforest-glow:#b2c94a;
--goldfinch:#f7e664;
--saffron:#f9c62f;
--mad-for-mango:#f5a300;
--accent-orange:#e66f00;
}