Color names in this palette
CSS code for this palette
/* CSS */
.tatarian-aster {
color: #9a6a99;
}
.superstitious {
color: #ad8bb6;
}
.geranium-bud {
color: #d19fc7;
}
.sweetheart {
color: #f2c5d7;
}
.first-crush {
color: #f8e2e9;
}
/* CSS Variables */
:root {
--tatarian-aster:#9a6a99;
--superstitious:#ad8bb6;
--geranium-bud:#d19fc7;
--sweetheart:#f2c5d7;
--first-crush:#f8e2e9;
}