Color names in this palette
CSS code for this palette
/* CSS */
.fair-aqua {
color: #b2e0da;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.chuff-blue {
color: #8fc2c7;
}
.pink-marshmallow {
color: #f2b5d4;
}
.waddles-pink {
color: #f1a7ca;
}
/* CSS Variables */
:root {
--fair-aqua:#b2e0da;
--touch-of-turquoise:#a2d7cf;
--chuff-blue:#8fc2c7;
--pink-marshmallow:#f2b5d4;
--waddles-pink:#f1a7ca;
}