Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f7d2a1;
}
.wisley-pink {
color: #f2a39c;
}
.animated-coral {
color: #f28f7d;
}
.berrylicious {
color: #d55d6f;
}
.heart-s-desire {
color: #a93d5d;
}
/* CSS Variables */
:root {
--ginger-peach:#f7d2a1;
--wisley-pink:#f2a39c;
--animated-coral:#f28f7d;
--berrylicious:#d55d6f;
--heart-s-desire:#a93d5d;
}