Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f7d2a1;
}
.exciting-orange {
color: #efad7b;
}
.pumpkin-hue {
color: #f6a379;
}
.lively-coral {
color: #e67b79;
}
.happy-hearts {
color: #d95e62;
}
/* CSS Variables */
:root {
--ginger-peach:#f7d2a1;
--exciting-orange:#efad7b;
--pumpkin-hue:#f6a379;
--lively-coral:#e67b79;
--happy-hearts:#d95e62;
}