Color names in this palette
CSS code for this palette
/* CSS */
.birdie {
color: #e4e821;
}
.dream-of-spring {
color: #f6d12c;
}
.chrome-yellow {
color: #faa700;
}
.welcoming-wasp {
color: #f0a800;
}
.molten-bronze {
color: #c7a200;
}
/* CSS Variables */
:root {
--birdie:#e4e821;
--dream-of-spring:#f6d12c;
--chrome-yellow:#faa700;
--welcoming-wasp:#f0a800;
--molten-bronze:#c7a200;
}