Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #201b2d;
}
.jagger {
color: #3b2f4c;
}
.wild-grapes {
color: #5f4b6c;
}
.wonder-wish {
color: #a77b99;
}
.sweety-pie {
color: #e7cae3;
}
/* CSS Variables */
:root {
--black-howl:#201b2d;
--jagger:#3b2f4c;
--wild-grapes:#5f4b6c;
--wonder-wish:#a77b99;
--sweety-pie:#e7cae3;
}