Color names in this palette
CSS code for this palette
/* CSS */
.illuminated {
color: #f9e6d7;
}
.flattering-peach {
color: #f4d3b4;
}
.terra-sol {
color: #e6b579;
}
.stunning-gold {
color: #d99959;
}
.spice-route {
color: #c6704e;
}
/* CSS Variables */
:root {
--illuminated:#f9e6d7;
--flattering-peach:#f4d3b4;
--terra-sol:#e6b579;
--stunning-gold:#d99959;
--spice-route:#c6704e;
}