Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f6bbe6;
}
.prism-pink {
color: #f2a1c5;
}
.carnal-pink {
color: #f29cb1;
}
.pretty-in-plum {
color: #d0538d;
}
.medium-ruby {
color: #a63a6e;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f6bbe6;
--prism-pink:#f2a1c5;
--carnal-pink:#f29cb1;
--pretty-in-plum:#d0538d;
--medium-ruby:#a63a6e;
}