Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.cheddar-cheese {
color: #ef853e;
}
.sunset-blaze {
color: #e55c2a;
}
.rusty-nail {
color: #d24e1e;
}
.martian-ironcrust {
color: #b73c10;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--cheddar-cheese:#ef853e;
--sunset-blaze:#e55c2a;
--rusty-nail:#d24e1e;
--martian-ironcrust:#b73c10;
}