Color names in this palette
CSS code for this palette
/* CSS */
.liquid-gold {
color: #ffc675;
}
.fresh-apricot {
color: #ffd7a3;
}
.cinnamon-buff {
color: #ffbf70;
}
.indian-saffron {
color: #ff9c33;
}
.wildfire {
color: #ff8833;
}
/* CSS Variables */
:root {
--liquid-gold:#ffc675;
--fresh-apricot:#ffd7a3;
--cinnamon-buff:#ffbf70;
--indian-saffron:#ff9c33;
--wildfire:#ff8833;
}