Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d3;
}
.fussy-pink {
color: #e9a5b8;
}
.french-bustle {
color: #f2d4d4;
}
.milk-quartz {
color: #f4e0ae;
}
.light-blue-glint {
color: #a7d5e2;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d3;
--fussy-pink:#e9a5b8;
--french-bustle:#f2d4d4;
--milk-quartz:#f4e0ae;
--light-blue-glint:#a7d5e2;
}