Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f7c5d5;
}
.pink-blush {
color: #f2abb5;
}
.ikkonzome-pink {
color: #f28c90;
}
.usubeni-red {
color: #f06a6d;
}
.fever {
color: #e9514e;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f7c5d5;
--pink-blush:#f2abb5;
--ikkonzome-pink:#f28c90;
--usubeni-red:#f06a6d;
--fever:#e9514e;
}