Color names in this palette
CSS code for this palette
/* CSS */
.winter-bloom {
color: #5c2d4d;
}
.grape-nectar {
color: #8c5a74;
}
.grape-smoke {
color: #b79ab7;
}
.shy-violet {
color: #d7c6d7;
}
.strawberry-smoothie {
color: #e8a1a4;
}
/* CSS Variables */
:root {
--winter-bloom:#5c2d4d;
--grape-nectar:#8c5a74;
--grape-smoke:#b79ab7;
--shy-violet:#d7c6d7;
--strawberry-smoothie:#e8a1a4;
}