Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.woven-gold {
color: #d6b73d;
}
.fire-coral {
color: #e3b46d;
}
.peach-butter {
color: #fbaf3c;
}
.salametti {
color: #e45d2f;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--woven-gold:#d6b73d;
--fire-coral:#e3b46d;
--peach-butter:#fbaf3c;
--salametti:#e45d2f;
}