Color names in this palette
CSS code for this palette
/* CSS */
.chantilly {
color: #eab8c9;
}
.pink-frosting {
color: #f6d5e4;
}
.favorite-lavender {
color: #d3a1d4;
}
.light-steel-blue {
color: #aec0e0;
}
.chefchaouen-blue {
color: #a2d4e6;
}
/* CSS Variables */
:root {
--chantilly:#eab8c9;
--pink-frosting:#f6d5e4;
--favorite-lavender:#d3a1d4;
--light-steel-blue:#aec0e0;
--chefchaouen-blue:#a2d4e6;
}