Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.royal-flycatcher-crest {
color: #f06800;
}
.kimchi {
color: #f04c00;
}
.flame-of-prometheus {
color: #db3a00;
}
.saveloy {
color: #a81c00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--royal-flycatcher-crest:#f06800;
--kimchi:#f04c00;
--flame-of-prometheus:#db3a00;
--saveloy:#a81c00;
}