Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.arnica-yellow {
color: #e69900;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.bubonic-brown {
color: #c78800;
}
.golden-brown {
color: #b37700;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--arnica-yellow:#e69900;
--fleur-de-sel-caramel:#d68b00;
--bubonic-brown:#c78800;
--golden-brown:#b37700;
}