Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cerulean-frost {
color: #6d9dc5;
}
.sunny-mood {
color: #f7c94b;
}
.orange-clay {
color: #e8a87d;
}
.medium-vermilion {
color: #d95d3a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cerulean-frost:#6d9dc5;
--sunny-mood:#f7c94b;
--orange-clay:#e8a87d;
--medium-vermilion:#d95d3a;
}