Color names in this palette
CSS code for this palette
/* CSS */
.bokara-grey {
color: #2b2926;
}
.bushland-grey {
color: #7e7a72;
}
.elemental-tan {
color: #c9b79c;
}
.marigold-dust {
color: #f4cf3e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--bokara-grey:#2b2926;
--bushland-grey:#7e7a72;
--elemental-tan:#c9b79c;
--marigold-dust:#f4cf3e;
--orange-gluttony:#e77e23;
}