Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.in-the-pink {
color: #f4c3d1;
}
.pink-lily {
color: #f7d4e7;
}
.sweet-60 {
color: #f3a0b0;
}
.rhubarb-gin {
color: #dba3c0;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--in-the-pink:#f4c3d1;
--pink-lily:#f7d4e7;
--sweet-60:#f3a0b0;
--rhubarb-gin:#dba3c0;
}