Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f1c1d1;
}
.rose-mallow {
color: #f3a5c9;
}
.cotton-candy-aesthetic {
color: #f6b6e0;
}
.mousse-aux-pruneaux {
color: #e3c6f1;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--pink-chintz:#f1c1d1;
--rose-mallow:#f3a5c9;
--cotton-candy-aesthetic:#f6b6e0;
--mousse-aux-pruneaux:#e3c6f1;
--sea-cliff:#a3c7e0;
}