Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.brilliant-beige {
color: #f1c3b6;
}
.honey-beige {
color: #f4e2c8;
}
.light-greenette {
color: #e0f0d1;
}
.light-daly-waters {
color: #c1e4e7;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--brilliant-beige:#f1c3b6;
--honey-beige:#f4e2c8;
--light-greenette:#e0f0d1;
--light-daly-waters:#c1e4e7;
}