Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d3;
}
.chantilly {
color: #eab8c8;
}
.lili-elbe-s-pink {
color: #d7a2af;
}
.denim-light {
color: #b8c9d6;
}
.floral-linen {
color: #f6e1df;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d3;
--chantilly:#eab8c8;
--lili-elbe-s-pink:#d7a2af;
--denim-light:#b8c9d6;
--floral-linen:#f6e1df;
}