Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.pressed-flower {
color: #d392bf;
}
.thimble-red {
color: #a35c8b;
}
.boysenberry {
color: #7d2b5f;
}
.kokimurasaki-purple {
color: #3d1a3c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--pressed-flower:#d392bf;
--thimble-red:#a35c8b;
--boysenberry:#7d2b5f;
--kokimurasaki-purple:#3d1a3c;
}