Color names in this palette
CSS code for this palette
/* CSS */
.powerful-mauve {
color: #4b3d5c;
}
.just-a-fairytale {
color: #695c99;
}
.wisteria {
color: #a680bc;
}
.british-rose {
color: #f1c6db;
}
.howdy-neighbor {
color: #f9e4c8;
}
/* CSS Variables */
:root {
--powerful-mauve:#4b3d5c;
--just-a-fairytale:#695c99;
--wisteria:#a680bc;
--british-rose:#f1c6db;
--howdy-neighbor:#f9e4c8;
}