Color names in this palette
CSS code for this palette
/* CSS */
.banana-bandanna {
color: #f5fb3c;
}
.cymophane-yellow {
color: #f2e6a6;
}
.quilt-gold {
color: #e8c669;
}
.chipmunk {
color: #d2a34b;
}
.chai-tea {
color: #a77d2a;
}
/* CSS Variables */
:root {
--banana-bandanna:#f5fb3c;
--cymophane-yellow:#f2e6a6;
--quilt-gold:#e8c669;
--chipmunk:#d2a34b;
--chai-tea:#a77d2a;
}