Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.tiara-pink {
color: #d9a6d4;
}
.sheer-lilac {
color: #b78fc1;
}
.dark-lilac {
color: #9c6ea6;
}
.cleopatra-s-gown {
color: #7f4e8d;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--tiara-pink:#d9a6d4;
--sheer-lilac:#b78fc1;
--dark-lilac:#9c6ea6;
--cleopatra-s-gown:#7f4e8d;
}