Color names in this palette
CSS code for this palette
/* CSS */
.orange-clay {
color: #e8a87d;
}
.lighthouse-glow {
color: #f9d36c;
}
.gold-sand {
color: #f9e6a9;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--orange-clay:#e8a87d;
--lighthouse-glow:#f9d36c;
--gold-sand:#f9e6a9;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}