Color names in this palette
CSS code for this palette
/* CSS */
.heavy-heart {
color: #7c0e20;
}
.english-coral {
color: #c94a59;
}
.peach-blossom {
color: #d67a85;
}
.gossamer-pink {
color: #f9c8c3;
}
.posy {
color: #f3e0d3;
}
/* CSS Variables */
:root {
--heavy-heart:#7c0e20;
--english-coral:#c94a59;
--peach-blossom:#d67a85;
--gossamer-pink:#f9c8c3;
--posy:#f3e0d3;
}