Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.flambrosia {
color: #e6a800;
}
.burnt-orange {
color: #d15000;
}
.grilled-tomato {
color: #b0391c;
}
.pompadour {
color: #6b1f3d;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--flambrosia:#e6a800;
--burnt-orange:#d15000;
--grilled-tomato:#b0391c;
--pompadour:#6b1f3d;
}