Color names in this palette
CSS code for this palette
/* CSS */
.prickly-purple {
color: #9c60af;
}
.feminine-fancy {
color: #c5a5d5;
}
.nursery-pink {
color: #f7d9e8;
}
.ibis {
color: #f1b1c2;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--prickly-purple:#9c60af;
--feminine-fancy:#c5a5d5;
--nursery-pink:#f7d9e8;
--ibis:#f1b1c2;
--blush-hour:#ff7092;
}