Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e5a4ca;
}
.somewhere-in-a-fairytale {
color: #cf9ada;
}
.wisteria {
color: #a67bc1;
}
.jubilee {
color: #7a5f9b;
}
.deep-plum {
color: #4a2c59;
}
/* CSS Variables */
:root {
--prettiest-pink:#e5a4ca;
--somewhere-in-a-fairytale:#cf9ada;
--wisteria:#a67bc1;
--jubilee:#7a5f9b;
--deep-plum:#4a2c59;
}