Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
.exuberance {
color: #d65d00;
}
.bronze {
color: #a37a00;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
--exuberance:#d65d00;
--bronze:#a37a00;
}