Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f1c1d8;
}
.sweet-lilac {
color: #eab8d1;
}
.blushing-tulip {
color: #e59fbc;
}
.wild-orchid {
color: #d5769f;
}
.beauty-queen {
color: #c45a8d;
}
/* CSS Variables */
:root {
--sweetheart:#f1c1d8;
--sweet-lilac:#eab8d1;
--blushing-tulip:#e59fbc;
--wild-orchid:#d5769f;
--beauty-queen:#c45a8d;
}