Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a2;
}
.fresco-cream {
color: #f9c9a4;
}
.cake-dough {
color: #fce1a6;
}
.dingy-sticky-note {
color: #e3f6a7;
}
.capri-water-blue {
color: #a8e1d4;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a2;
--fresco-cream:#f9c9a4;
--cake-dough:#fce1a6;
--dingy-sticky-note:#e3f6a7;
--capri-water-blue:#a8e1d4;
}