Color names in this palette
CSS code for this palette
/* CSS */
.beach-lilac {
color: #baa2c3;
}
.sweety-pie {
color: #e7d0e2;
}
.first-peach {
color: #f4c8c8;
}
.mystic-tulip {
color: #f7b5a1;
}
.swiss-chard {
color: #e05c70;
}
/* CSS Variables */
:root {
--beach-lilac:#baa2c3;
--sweety-pie:#e7d0e2;
--first-peach:#f4c8c8;
--mystic-tulip:#f7b5a1;
--swiss-chard:#e05c70;
}