Color names in this palette
CSS code for this palette
/* CSS */
.orange-clay {
color: #e6a57a;
}
.avid-apricot {
color: #f4c59f;
}
.sun-kissed {
color: #ffeec2;
}
.wildflower-bouquet {
color: #ffb3b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--orange-clay:#e6a57a;
--avid-apricot:#f4c59f;
--sun-kissed:#ffeec2;
--wildflower-bouquet:#ffb3b3;
--grapefruit-pulp:#ff6e61;
}