Color names in this palette
CSS code for this palette
/* CSS */
.in-the-pink {
color: #f2c5d3;
}
.sweet-lilac {
color: #eab8d1;
}
.think-pink {
color: #e5a4c2;
}
.cyclamen {
color: #d789bd;
}
.phlox-pink {
color: #d05d9a;
}
/* CSS Variables */
:root {
--in-the-pink:#f2c5d3;
--sweet-lilac:#eab8d1;
--think-pink:#e5a4c2;
--cyclamen:#d789bd;
--phlox-pink:#d05d9a;
}