Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d74f37;
}
.sweet-potato {
color: #d87a3b;
}
.citronite {
color: #d8b13b;
}
.new-gold {
color: #e4d34e;
}
.lim-n-fresco {
color: #d2bf56;
}
/* CSS Variables */
:root {
--fire-island:#d74f37;
--sweet-potato:#d87a3b;
--citronite:#d8b13b;
--new-gold:#e4d34e;
--lim-n-fresco:#d2bf56;
}