Color names in this palette
CSS code for this palette
/* CSS */
.golden-period {
color: #f8d92a;
}
.chrome-yellow {
color: #faa700;
}
.saffron-gold {
color: #f08c00;
}
.orange-danger {
color: #e06900;
}
.exuberance {
color: #d65d00;
}
/* CSS Variables */
:root {
--golden-period:#f8d92a;
--chrome-yellow:#faa700;
--saffron-gold:#f08c00;
--orange-danger:#e06900;
--exuberance:#d65d00;
}