Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.prominent-pink {
color: #d79dc4;
}
.pearly-purple {
color: #b86b9e;
}
.wood-violet {
color: #793e6c;
}
.winter-bloom {
color: #5b294c;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--prominent-pink:#d79dc4;
--pearly-purple:#b86b9e;
--wood-violet:#793e6c;
--winter-bloom:#5b294c;
}