Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.capital-yellow {
color: #e2b846;
}
.kingdom-gold {
color: #d1a233;
}
.mustard-seed {
color: #c29a24;
}
.arrowwood {
color: #b58f1c;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--capital-yellow:#e2b846;
--kingdom-gold:#d1a233;
--mustard-seed:#c29a24;
--arrowwood:#b58f1c;
}