Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.first-peach {
color: #f4c8c8;
}
.sly-shrimp {
color: #f7e1d9;
}
.desert-star {
color: #f9f0e1;
}
.sunburst {
color: #f3b27c;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--first-peach:#f4c8c8;
--sly-shrimp:#f7e1d9;
--desert-star:#f9f0e1;
--sunburst:#f3b27c;
}