Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f6c84c;
}
.american-yellow {
color: #f5b400;
}
.hot-butter {
color: #e69d00;
}
.moldy-ochre {
color: #d6a100;
}
.molten-bronze {
color: #c7a200;
}
/* CSS Variables */
:root {
--sunny-mood:#f6c84c;
--american-yellow:#f5b400;
--hot-butter:#e69d00;
--moldy-ochre:#d6a100;
--molten-bronze:#c7a200;
}