Color names in this palette
CSS code for this palette
/* CSS */
.athena-pink {
color: #e8b0c4;
}
.pastel-lavender {
color: #d7a3c2;
}
.violet-whimsy {
color: #b58cb3;
}
.dark-lilac {
color: #9a6aa4;
}
.grapes-of-italy {
color: #6e4a87;
}
/* CSS Variables */
:root {
--athena-pink:#e8b0c4;
--pastel-lavender:#d7a3c2;
--violet-whimsy:#b58cb3;
--dark-lilac:#9a6aa4;
--grapes-of-italy:#6e4a87;
}