Color names in this palette
CSS code for this palette
/* CSS */
.bright-rose {
color: #c3185d;
}
.mellow-melon {
color: #e92063;
}
.medium-pink {
color: #f06090;
}
.christy-s-smile {
color: #f8b9ce;
}
.spun-sugar {
color: #fce3ec;
}
/* CSS Variables */
:root {
--bright-rose:#c3185d;
--mellow-melon:#e92063;
--medium-pink:#f06090;
--christy-s-smile:#f8b9ce;
--spun-sugar:#fce3ec;
}