Color names in this palette
CSS code for this palette
/* CSS */
.liberator-gold {
color: #e8c545;
}
.solaria {
color: #f4d890;
}
.yellow-essence {
color: #fce1b6;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.chinese-orange {
color: #f26d40;
}
/* CSS Variables */
:root {
--liberator-gold:#e8c545;
--solaria:#f4d890;
--yellow-essence:#fce1b6;
--apricot-glazed-chicken:#f5a524;
--chinese-orange:#f26d40;
}