Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.pink-fit {
color: #f2a6ad;
}
.tempting-pink {
color: #e288b4;
}
.flirty-rose {
color: #d75b8d;
}
.dahlia-mauve {
color: #b35b8c;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--pink-fit:#f2a6ad;
--tempting-pink:#e288b4;
--flirty-rose:#d75b8d;
--dahlia-mauve:#b35b8c;
}