Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.girl-power {
color: #d19bd4;
}
.moonlight-melody {
color: #b86bb1;
}
.hyacinth-violet {
color: #9b4b8e;
}
.byzantium {
color: #6d2c69;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--girl-power:#d19bd4;
--moonlight-melody:#b86bb1;
--hyacinth-violet:#9b4b8e;
--byzantium:#6d2c69;
}