Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.apricot-obsession {
color: #f9c5b4;
}
.trapunto {
color: #f5e7b7;
}
.light-green-glint {
color: #e3f6d5;
}
.bellagio-fountains {
color: #b5e1f2;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--apricot-obsession:#f9c5b4;
--trapunto:#f5e7b7;
--light-green-glint:#e3f6d5;
--bellagio-fountains:#b5e1f2;
}