Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.citrus-sachet {
color: #f1c6a7;
}
.bone-white {
color: #f1e1b1;
}
.sinbad {
color: #a7d7d3;
}
.light-blue-glint {
color: #a8d5e1;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--citrus-sachet:#f1c6a7;
--bone-white:#f1e1b1;
--sinbad:#a7d7d3;
--light-blue-glint:#a8d5e1;
}