Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.citrus-sachet {
color: #f1c6a7;
}
.cymophane-yellow {
color: #f1e5a7;
}
.light-shimmer {
color: #a7d3f1;
}
.wondrous-wisteria {
color: #a7b9f1;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--citrus-sachet:#f1c6a7;
--cymophane-yellow:#f1e5a7;
--light-shimmer:#a7d3f1;
--wondrous-wisteria:#a7b9f1;
}