Color names in this palette
CSS code for this palette
/* CSS */
.golden-banner {
color: #f6c628;
}
.chunky-bee {
color: #ffc94d;
}
.vanilla-pudding {
color: #f9e66c;
}
.floral-leaf {
color: #ffb84d;
}
.currywurst {
color: #dca932;
}
/* CSS Variables */
:root {
--golden-banner:#f6c628;
--chunky-bee:#ffc94d;
--vanilla-pudding:#f9e66c;
--floral-leaf:#ffb84d;
--currywurst:#dca932;
}