Color names in this palette
CSS code for this palette
/* CSS */
.gold-coast {
color: #c68439;
}
.amber-brew {
color: #d9a663;
}
.high-honey {
color: #e1b74c;
}
.maize {
color: #f2d150;
}
.scoville-high {
color: #e5492a;
}
/* CSS Variables */
:root {
--gold-coast:#c68439;
--amber-brew:#d9a663;
--high-honey:#e1b74c;
--maize:#f2d150;
--scoville-high:#e5492a;
}