Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.welcoming-wasp {
color: #f0a800;
}
.leopard {
color: #d19900;
}
.jalape-o {
color: #998e3d;
}
.spring-onion {
color: #5a6d3b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--welcoming-wasp:#f0a800;
--leopard:#d19900;
--jalape-o:#998e3d;
--spring-onion:#5a6d3b;
}