Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.accent-orange {
color: #e66b00;
}
.once-bitten {
color: #be2c0e;
}
.vivid-burgundy {
color: #9d1b33;
}
.hello-darkness-my-old-friend {
color: #7a1e80;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--accent-orange:#e66b00;
--once-bitten:#be2c0e;
--vivid-burgundy:#9d1b33;
--hello-darkness-my-old-friend:#7a1e80;
}