Color names in this palette
CSS code for this palette
/* CSS */
.beef-hotpot {
color: #a85f2e;
}
.seraphim-sepia {
color: #d6864c;
}
.harvest-gold {
color: #e8b569;
}
.willow-flower-yellow {
color: #f2d29c;
}
.blended-fruit {
color: #f9e1a4;
}
/* CSS Variables */
:root {
--beef-hotpot:#a85f2e;
--seraphim-sepia:#d6864c;
--harvest-gold:#e8b569;
--willow-flower-yellow:#f2d29c;
--blended-fruit:#f9e1a4;
}