Color names in this palette
CSS code for this palette
/* CSS */
.pink-illusion {
color: #d2bef8;
}
.silver-rust {
color: #c5a6e2;
}
.wisteria {
color: #a47ac2;
}
.dream-land {
color: #f3b4e7;
}
.fresh-on-the-market {
color: #f8a5b8;
}
/* CSS Variables */
:root {
--pink-illusion:#d2bef8;
--silver-rust:#c5a6e2;
--wisteria:#a47ac2;
--dream-land:#f3b4e7;
--fresh-on-the-market:#f8a5b8;
}