Color names in this palette
CSS code for this palette
/* CSS */
.banana-bandanna {
color: #f5fb3c;
}
.vibrant-arsenic {
color: #e6e33d;
}
.poisonous-cloud {
color: #d3d841;
}
.tropic-canary {
color: #b8c841;
}
.thrilling-lime {
color: #8cc84c;
}
/* CSS Variables */
:root {
--banana-bandanna:#f5fb3c;
--vibrant-arsenic:#e6e33d;
--poisonous-cloud:#d3d841;
--tropic-canary:#b8c841;
--thrilling-lime:#8cc84c;
}