Color names in this palette
CSS code for this palette
/* CSS */
.banana-bandanna {
color: #f5fb3c;
}
.thai-temple {
color: #e4c62f;
}
.hippie-trail {
color: #c2a72e;
}
.faint-green {
color: #a18b2b;
}
.aubergine-green {
color: #8d7b2a;
}
/* CSS Variables */
:root {
--banana-bandanna:#f5fb3c;
--thai-temple:#e4c62f;
--hippie-trail:#c2a72e;
--faint-green:#a18b2b;
--aubergine-green:#8d7b2a;
}