Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.basketball {
color: #f26b31;
}
.dodgeroll-gold {
color: #f39c12;
}
.akuma {
color: #d72d3b;
}
.hyacinth-violet {
color: #a44c98;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--basketball:#f26b31;
--dodgeroll-gold:#f39c12;
--akuma:#d72d3b;
--hyacinth-violet:#a44c98;
}