Color names in this palette
CSS code for this palette
/* CSS */
.star-fruit-yellow-green {
color: #bfb04a;
}
.river-of-gold {
color: #e5b55d;
}
.evening-sunset {
color: #ebab6b;
}
.peach-damask {
color: #f6c7a7;
}
.ginger-peach {
color: #f8d0a0;
}
/* CSS Variables */
:root {
--star-fruit-yellow-green:#bfb04a;
--river-of-gold:#e5b55d;
--evening-sunset:#ebab6b;
--peach-damask:#f6c7a7;
--ginger-peach:#f8d0a0;
}