Color names in this palette
CSS code for this palette
/* CSS */
.burnt-yellow {
color: #d6a70a;
}
.christmas-orange {
color: #d86b2c;
}
.duck-butter {
color: #e1c65b;
}
.high-style {
color: #a8b3d7;
}
.forest-bound {
color: #6f8d4e;
}
/* CSS Variables */
:root {
--burnt-yellow:#d6a70a;
--christmas-orange:#d86b2c;
--duck-butter:#e1c65b;
--high-style:#a8b3d7;
--forest-bound:#6f8d4e;
}