Color names in this palette
CSS code for this palette
/* CSS */
.banana-drama {
color: #f1d64b;
}
.star-studded {
color: #f6ebac;
}
.goldfinch {
color: #f9e45d;
}
.little-sun-dress {
color: #f7c95e;
}
.hot-butter {
color: #e6a100;
}
/* CSS Variables */
:root {
--banana-drama:#f1d64b;
--star-studded:#f6ebac;
--goldfinch:#f9e45d;
--little-sun-dress:#f7c95e;
--hot-butter:#e6a100;
}