Color names in this palette
CSS code for this palette
/* CSS */
.lady-anne {
color: #fde2dd;
}
.rhodonite {
color: #f1b1c4;
}
.blushing-tulip {
color: #e2a1b7;
}
.high-maintenance {
color: #d48cb5;
}
.meadow-mauve {
color: #a85d94;
}
/* CSS Variables */
:root {
--lady-anne:#fde2dd;
--rhodonite:#f1b1c4;
--blushing-tulip:#e2a1b7;
--high-maintenance:#d48cb5;
--meadow-mauve:#a85d94;
}