Color names in this palette
CSS code for this palette
/* CSS */
.beet-red {
color: #7a1f3f;
}
.pink-dahlia {
color: #b94b6a;
}
.lili-elbe-s-pink {
color: #d9a0b2;
}
.in-the-pink {
color: #f2c5d3;
}
.musical-mist {
color: #f8e9e7;
}
/* CSS Variables */
:root {
--beet-red:#7a1f3f;
--pink-dahlia:#b94b6a;
--lili-elbe-s-pink:#d9a0b2;
--in-the-pink:#f2c5d3;
--musical-mist:#f8e9e7;
}