Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.saffron {
color: #f5c72e;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.accent-orange {
color: #e66b00;
}
.macharius-solar-orange {
color: #d64700;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--saffron:#f5c72e;
--lemon-ice-yellow:#f6e1a7;
--accent-orange:#e66b00;
--macharius-solar-orange:#d64700;
}