Color names in this palette
CSS code for this palette
/* CSS */
.melon-tint {
color: #f7e6d4;
}
.peach-patch {
color: #f2d7a1;
}
.neighborly-peach {
color: #f1c3a2;
}
.evening-sunset {
color: #eaaf6c;
}
.bakelite-gold {
color: #d6995c;
}
/* CSS Variables */
:root {
--melon-tint:#f7e6d4;
--peach-patch:#f2d7a1;
--neighborly-peach:#f1c3a2;
--evening-sunset:#eaaf6c;
--bakelite-gold:#d6995c;
}