Color names in this palette
CSS code for this palette
/* CSS */
.banana-bandanna {
color: #f5fb3c;
}
.limelight {
color: #efe66c;
}
.lustrous-yellow {
color: #e5d77b;
}
.warm-woolen {
color: #d1b657;
}
.faint-green {
color: #a68c2b;
}
/* CSS Variables */
:root {
--banana-bandanna:#f5fb3c;
--limelight:#efe66c;
--lustrous-yellow:#e5d77b;
--warm-woolen:#d1b657;
--faint-green:#a68c2b;
}