Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.mikan-orange {
color: #f08400;
}
.royal-flycatcher-crest {
color: #f06800;
}
.kimchi {
color: #f04c00;
}
.kimchi {
color: #e64d00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--mikan-orange:#f08400;
--royal-flycatcher-crest:#f06800;
--kimchi:#f04c00;
--kimchi:#e64d00;
}