Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f5c75c;
}
.high-honey {
color: #e0b94d;
}
.autumn-apple-yellow {
color: #d0a749;
}
.star-fruit-yellow-green {
color: #bdaf51;
}
.golden-olive {
color: #a89b3e;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f5c75c;
--high-honey:#e0b94d;
--autumn-apple-yellow:#d0a749;
--star-fruit-yellow-green:#bdaf51;
--golden-olive:#a89b3e;
}