Color names in this palette
CSS code for this palette
/* CSS */
.orange-clay {
color: #e8a87d;
}
.tower-tan {
color: #d5b59a;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
.copen-blue {
color: #56768f;
}
/* CSS Variables */
:root {
--orange-clay:#e8a87d;
--tower-tan:#d5b59a;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
--copen-blue:#56768f;
}