Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.accent-orange {
color: #e66b00;
}
.deep-orange {
color: #d64b00;
}
.bow-tie {
color: #be2734;
}
.pink-horror {
color: #8d2a61;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--accent-orange:#e66b00;
--deep-orange:#d64b00;
--bow-tie:#be2734;
--pink-horror:#8d2a61;
}