Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c0;
}
.little-baby-girl {
color: #f9b9d3;
}
.pretty-in-pink {
color: #f5c2e7;
}
.bellagio-fountains {
color: #b8e1f4;
}
.chefchaouen-blue {
color: #a4d4e5;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c0;
--little-baby-girl:#f9b9d3;
--pretty-in-pink:#f5c2e7;
--bellagio-fountains:#b8e1f4;
--chefchaouen-blue:#a4d4e5;
}