Color names in this palette
CSS code for this palette
/* CSS */
.sheer-lavender {
color: #f3e2f0;
}
.venetian-rose {
color: #f0c7e3;
}
.violet-kiss {
color: #f1a2d8;
}
.amaranth-pink {
color: #f29cbb;
}
.flamingo-dream {
color: #f2828c;
}
/* CSS Variables */
:root {
--sheer-lavender:#f3e2f0;
--venetian-rose:#f0c7e3;
--violet-kiss:#f1a2d8;
--amaranth-pink:#f29cbb;
--flamingo-dream:#f2828c;
}