Color names in this palette
CSS code for this palette
/* CSS */
.banana-bandanna {
color: #f5fb3c;
}
.juicy-jackfruit {
color: #f1df3b;
}
.seed-pod {
color: #e1c53d;
}
.cremini {
color: #d1a73d;
}
.butter-base {
color: #c28c2e;
}
/* CSS Variables */
:root {
--banana-bandanna:#f5fb3c;
--juicy-jackfruit:#f1df3b;
--seed-pod:#e1c53d;
--cremini:#d1a73d;
--butter-base:#c28c2e;
}