Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.pale-banana {
color: #f6e48e;
}
.tiki-monster {
color: #8fbc8f;
}
.lake-green {
color: #2e8a56;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--pale-banana:#f6e48e;
--tiki-monster:#8fbc8f;
--lake-green:#2e8a56;
}