Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.empire-yellow {
color: #f5d000;
}
.flame-seal {
color: #f5e15b;
}
.bilious-green {
color: #a7d86e;
}
.imperial-green {
color: #3f8850;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--empire-yellow:#f5d000;
--flame-seal:#f5e15b;
--bilious-green:#a7d86e;
--imperial-green:#3f8850;
}