Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f6c2a2;
}
.goldfish {
color: #f2b05f;
}
.amber-glow {
color: #f19d3b;
}
.beef-hotpot {
color: #a85f2e;
}
.kuwazome-red {
color: #5a2b2d;
}
/* CSS Variables */
:root {
--neighborly-peach:#f6c2a2;
--goldfish:#f2b05f;
--amber-glow:#f19d3b;
--beef-hotpot:#a85f2e;
--kuwazome-red:#5a2b2d;
}