Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.va-va-voom {
color: #e3b44f;
}
.cremini {
color: #d0a03e;
}
.nugget {
color: #bb8d2a;
}
.nataneyu-gold {
color: #a57a1d;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--va-va-voom:#e3b44f;
--cremini:#d0a03e;
--nugget:#bb8d2a;
--nataneyu-gold:#a57a1d;
}