Color names in this palette
CSS code for this palette
/* CSS */
.nervy-hue {
color: #d6c85c;
}
.river-of-gold {
color: #e5b35d;
}
.doughnut {
color: #f1a15b;
}
.wake-me-up {
color: #f5d75b;
}
.troll-slayer-orange {
color: #f0a14c;
}
/* CSS Variables */
:root {
--nervy-hue:#d6c85c;
--river-of-gold:#e5b35d;
--doughnut:#f1a15b;
--wake-me-up:#f5d75b;
--troll-slayer-orange:#f0a14c;
}