Color names in this palette
CSS code for this palette
/* CSS */
.classic-rose {
color: #f6c6e8;
}
.berry-popsicle {
color: #d7a3d1;
}
.wisteria {
color: #a87dba;
}
.cleopatra-s-gown {
color: #7e4b8b;
}
.deep-plum {
color: #4a2a5a;
}
/* CSS Variables */
:root {
--classic-rose:#f6c6e8;
--berry-popsicle:#d7a3d1;
--wisteria:#a87dba;
--cleopatra-s-gown:#7e4b8b;
--deep-plum:#4a2a5a;
}