Color names in this palette
CSS code for this palette
/* CSS */
.knockout {
color: #c52b2b;
}
.welcoming-wasp {
color: #f0a800;
}
.mustard-yellow {
color: #e6b000;
}
.emerald-clear-green {
color: #508d2a;
}
.bronze-tone {
color: #3f4b2a;
}
/* CSS Variables */
:root {
--knockout:#c52b2b;
--welcoming-wasp:#f0a800;
--mustard-yellow:#e6b000;
--emerald-clear-green:#508d2a;
--bronze-tone:#3f4b2a;
}