Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.summer-lily {
color: #f6d174;
}
.mango-margarita {
color: #f4b44e;
}
.clear-orange {
color: #f08800;
}
.raging-leaf {
color: #e05a00;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--summer-lily:#f6d174;
--mango-margarita:#f4b44e;
--clear-orange:#f08800;
--raging-leaf:#e05a00;
}