Color names in this palette
CSS code for this palette
/* CSS */
.coral-cove {
color: #e0a49e;
}
.sherbet-fruit {
color: #f8c8b9;
}
.cashmere-sweater {
color: #fef2d2;
}
.nevada-sky {
color: #a2dae6;
}
.steel-teal {
color: #5b8b8a;
}
/* CSS Variables */
:root {
--coral-cove:#e0a49e;
--sherbet-fruit:#f8c8b9;
--cashmere-sweater:#fef2d2;
--nevada-sky:#a2dae6;
--steel-teal:#5b8b8a;
}