Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.corona {
color: #ffb433;
}
.qing-yellow {
color: #ffcc66;
}
.summer-harvest {
color: #ffe699;
}
.bird-s-child {
color: #fff2cc;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--corona:#ffb433;
--qing-yellow:#ffcc66;
--summer-harvest:#ffe699;
--bird-s-child:#fff2cc;
}