Color names in this palette
CSS code for this palette
/* CSS */
.pink-marshmallow {
color: #f5b7cf;
}
.sweet-lilac {
color: #eab8d1;
}
.rhubarb-gin {
color: #d9a6c2;
}
.rock-star-pink {
color: #c587b3;
}
.cyclamen-red {
color: #a85d8c;
}
/* CSS Variables */
:root {
--pink-marshmallow:#f5b7cf;
--sweet-lilac:#eab8d1;
--rhubarb-gin:#d9a6c2;
--rock-star-pink:#c587b3;
--cyclamen-red:#a85d8c;
}