Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.shocking-orange {
color: #ff6d1f;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--shocking-orange:#ff6d1f;
--vampire-red:#d63f2e;
}