Color names in this palette
CSS code for this palette
/* CSS */
.fresh-pineapple {
color: #f6d44c;
}
.durian-yellow {
color: #e2b82c;
}
.chanterelle {
color: #d7a01d;
}
.nataneyu-gold {
color: #a97b1e;
}
.bronze-olive {
color: #5d4b1d;
}
/* CSS Variables */
:root {
--fresh-pineapple:#f6d44c;
--durian-yellow:#e2b82c;
--chanterelle:#d7a01d;
--nataneyu-gold:#a97b1e;
--bronze-olive:#5d4b1d;
}