Color names in this palette
CSS code for this palette
/* CSS */
.prism-pink {
color: #f2a1c5;
}
.high-maintenance {
color: #d789b1;
}
.rose-bud {
color: #b65da0;
}
.hollyhock {
color: #8f3d83;
}
.charisma {
color: #5c2c5e;
}
/* CSS Variables */
:root {
--prism-pink:#f2a1c5;
--high-maintenance:#d789b1;
--rose-bud:#b65da0;
--hollyhock:#8f3d83;
--charisma:#5c2c5e;
}