Color names in this palette
CSS code for this palette
/* CSS */
.roasted-almond {
color: #d3b59c;
}
.egyptian-pyramid {
color: #c3997f;
}
.tuscan-soil {
color: #a67a59;
}
.harvest-gold {
color: #e8b569;
}
.glowing-coals {
color: #bf4f3b;
}
/* CSS Variables */
:root {
--roasted-almond:#d3b59c;
--egyptian-pyramid:#c3997f;
--tuscan-soil:#a67a59;
--harvest-gold:#e8b569;
--glowing-coals:#bf4f3b;
}