Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.pink-dust {
color: #e6b5b2;
}
.just-gorgeous {
color: #d6c3c2;
}
.fair-aqua {
color: #b3dfd7;
}
.light-blue-glint {
color: #a7d4e2;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--pink-dust:#e6b5b2;
--just-gorgeous:#d6c3c2;
--fair-aqua:#b3dfd7;
--light-blue-glint:#a7d4e2;
}