Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.buddha-s-love-handles {
color: #ffb833;
}
.glitter-is-not-gold {
color: #ffdd57;
}
.the-first-daffodil {
color: #ffee8f;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--buddha-s-love-handles:#ffb833;
--glitter-is-not-gold:#ffdd57;
--the-first-daffodil:#ffee8f;
--white:#ffffff;
}