Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f1c1d1;
}
.rose-mallow {
color: #f3a5c8;
}
.pink-cupcake {
color: #f7cfd5;
}
.bellagio-fountains {
color: #b9e2f3;
}
.atlantic-ocean {
color: #a4d7e5;
}
/* CSS Variables */
:root {
--pink-chintz:#f1c1d1;
--rose-mallow:#f3a5c8;
--pink-cupcake:#f7cfd5;
--bellagio-fountains:#b9e2f3;
--atlantic-ocean:#a4d7e5;
}