Color names in this palette
CSS code for this palette
/* CSS */
.rosy-nectar {
color: #f1c1e2;
}
.bleached-sunflower {
color: #f9e8a9;
}
.coastal-foam {
color: #b4e4c6;
}
.light-blue-glint {
color: #a8d3e1;
}
.pink-blush {
color: #f7abb5;
}
/* CSS Variables */
:root {
--rosy-nectar:#f1c1e2;
--bleached-sunflower:#f9e8a9;
--coastal-foam:#b4e4c6;
--light-blue-glint:#a8d3e1;
--pink-blush:#f7abb5;
}