Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.martian-colony {
color: #e37b0d;
}
.obstinate-orange {
color: #da532b;
}
.sangria {
color: #b04567;
}
.leviathan-purple {
color: #8d2a92;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--martian-colony:#e37b0d;
--obstinate-orange:#da532b;
--sangria:#b04567;
--leviathan-purple:#8d2a92;
}