Color names in this palette
CSS code for this palette
/* CSS */
.spring-wisteria {
color: #d4a4df;
}
.barely-bloomed {
color: #e0aee0;
}
.sweetheart {
color: #f4c3d6;
}
.squash-blossom {
color: #f6b83c;
}
.sharp-lime {
color: #bead2d;
}
/* CSS Variables */
:root {
--spring-wisteria:#d4a4df;
--barely-bloomed:#e0aee0;
--sweetheart:#f4c3d6;
--squash-blossom:#f6b83c;
--sharp-lime:#bead2d;
}