Color names in this palette
CSS code for this palette
/* CSS */
.solar-ash {
color: #c76223;
}
.golden-hamster {
color: #d79c3c;
}
.duck-butter {
color: #e1c45b;
}
.spring-yellow {
color: #f1e379;
}
.shalimar {
color: #f8f9a4;
}
/* CSS Variables */
:root {
--solar-ash:#c76223;
--golden-hamster:#d79c3c;
--duck-butter:#e1c45b;
--spring-yellow:#f1e379;
--shalimar:#f8f9a4;
}