Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.golden-gun {
color: #d6e600;
}
.button-blue {
color: #1ea3f1;
}
.accent-orange {
color: #e66700;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--golden-gun:#d6e600;
--button-blue:#1ea3f1;
--accent-orange:#e66700;
}