Color names in this palette
CSS code for this palette
/* CSS */
.nervy-hue {
color: #d5c15d;
}
.late-day-sun {
color: #f3e08c;
}
.wake-me-up {
color: #f9d358;
}
.squash-blossom {
color: #f6b637;
}
.hot-butter {
color: #e6a100;
}
/* CSS Variables */
:root {
--nervy-hue:#d5c15d;
--late-day-sun:#f3e08c;
--wake-me-up:#f9d358;
--squash-blossom:#f6b637;
--hot-butter:#e6a100;
}