Color names in this palette
CSS code for this palette
/* CSS */
.cheddar-corn {
color: #f6d4b6;
}
.stone-fruit {
color: #f2a28c;
}
.cool-lava {
color: #ef7b6c;
}
.track-and-field {
color: #d85f4f;
}
.enticing-red {
color: #b84c50;
}
/* CSS Variables */
:root {
--cheddar-corn:#f6d4b6;
--stone-fruit:#f2a28c;
--cool-lava:#ef7b6c;
--track-and-field:#d85f4f;
--enticing-red:#b84c50;
}