Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f1b1d8;
}
.sweet-lilac {
color: #eab8d0;
}
.think-pink {
color: #e5a4c2;
}
.nocturnal-rose {
color: #d26a9c;
}
.magenta-haze {
color: #a44c73;
}
/* CSS Variables */
:root {
--soft-cashmere:#f1b1d8;
--sweet-lilac:#eab8d0;
--think-pink:#e5a4c2;
--nocturnal-rose:#d26a9c;
--magenta-haze:#a44c73;
}