Color names in this palette
CSS code for this palette
/* CSS */
.dream-land {
color: #f2b1e6;
}
.light-orchid {
color: #e1a8d9;
}
.damson-plum {
color: #d89edb;
}
.sweetheart {
color: #f2c0d8;
}
.blush-tint {
color: #f5e0e6;
}
/* CSS Variables */
:root {
--dream-land:#f2b1e6;
--light-orchid:#e1a8d9;
--damson-plum:#d89edb;
--sweetheart:#f2c0d8;
--blush-tint:#f5e0e6;
}