Color names in this palette
CSS code for this palette
/* CSS */
.red-obsession {
color: #b23b2e;
}
.untamed-orange {
color: #d95a30;
}
.egyptian-gold {
color: #f0a44c;
}
.incan-treasure {
color: #f8e0c4;
}
.half-caff {
color: #5e4b3b;
}
/* CSS Variables */
:root {
--red-obsession:#b23b2e;
--untamed-orange:#d95a30;
--egyptian-gold:#f0a44c;
--incan-treasure:#f8e0c4;
--half-caff:#5e4b3b;
}