Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.neighborly-peach {
color: #f1c2a2;
}
.roadster-yellow {
color: #f1e0a2;
}
.ocean-cruise {
color: #9ed6e0;
}
.sky-high {
color: #a2c2f1;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--neighborly-peach:#f1c2a2;
--roadster-yellow:#f1e0a2;
--ocean-cruise:#9ed6e0;
--sky-high:#a2c2f1;
}