Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f0c1d1;
}
.manga-pink {
color: #f6bbd6;
}
.rose-mallow {
color: #f8aac9;
}
.ice-cream-parlour {
color: #f8d5af;
}
.durango-dust {
color: #fbe5a2;
}
/* CSS Variables */
:root {
--pink-chintz:#f0c1d1;
--manga-pink:#f6bbd6;
--rose-mallow:#f8aac9;
--ice-cream-parlour:#f8d5af;
--durango-dust:#fbe5a2;
}