Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.in-the-pink {
color: #f2c5d3;
}
.rogue-pink {
color: #f5a3c2;
}
.real-raspberry {
color: #e07b9d;
}
.pink-garnet {
color: #d2708d;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--in-the-pink:#f2c5d3;
--rogue-pink:#f5a3c2;
--real-raspberry:#e07b9d;
--pink-garnet:#d2708d;
}