Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.radiant-sun {
color: #f3ca4f;
}
.buttery-croissant {
color: #f6e09d;
}
.eerie-glow {
color: #a6d8b9;
}
.bahaman-bliss {
color: #3fa6a1;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--radiant-sun:#f3ca4f;
--buttery-croissant:#f6e09d;
--eerie-glow:#a6d8b9;
--bahaman-bliss:#3fa6a1;
}