Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a6a2;
}
.serene-pink {
color: #f7c6bb;
}
.friendly-yellow {
color: #f5e2b2;
}
.mint-cocktail-green {
color: #b7e3b5;
}
.blue-bows {
color: #a5c4d4;
}
/* CSS Variables */
:root {
--calabrese:#f1a6a2;
--serene-pink:#f7c6bb;
--friendly-yellow:#f5e2b2;
--mint-cocktail-green:#b7e3b5;
--blue-bows:#a5c4d4;
}