Color names in this palette
CSS code for this palette
/* CSS */
.flamingo-feather {
color: #fbbcd9;
}
.pink-chalk {
color: #f4a4bf;
}
.carissima {
color: #eb7f98;
}
.blush-d-amour {
color: #e05c7d;
}
.mulberry-yogurt {
color: #c1498d;
}
/* CSS Variables */
:root {
--flamingo-feather:#fbbcd9;
--pink-chalk:#f4a4bf;
--carissima:#eb7f98;
--blush-d-amour:#e05c7d;
--mulberry-yogurt:#c1498d;
}