Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.american-yellow {
color: #f5b400;
}
.yuzu-jam {
color: #fad400;
}
.lime-bright {
color: #f1e4b1;
}
.butterfield {
color: #f3c058;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--american-yellow:#f5b400;
--yuzu-jam:#fad400;
--lime-bright:#f1e4b1;
--butterfield:#f3c058;
}