Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.welcoming-wasp {
color: #f0a800;
}
.moldy-ochre {
color: #d6a400;
}
.golden-brown {
color: #b38000;
}
.blackfire-earth {
color: #7a5c00;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--welcoming-wasp:#f0a800;
--moldy-ochre:#d6a400;
--golden-brown:#b38000;
--blackfire-earth:#7a5c00;
}