Color names in this palette
CSS code for this palette
/* CSS */
.high-maintenance {
color: #d78eb3;
}
.choral-singer {
color: #b77b98;
}
.mauve-orchid {
color: #a9708a;
}
.prism-pink {
color: #f2a1c1;
}
.blush-hour {
color: #ff6b90;
}
/* CSS Variables */
:root {
--high-maintenance:#d78eb3;
--choral-singer:#b77b98;
--mauve-orchid:#a9708a;
--prism-pink:#f2a1c1;
--blush-hour:#ff6b90;
}