Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.banana-propaganda {
color: #f0d800;
}
.majestic-treasures {
color: #f2e7a6;
}
.citrus-leaf {
color: #b4d65c;
}
.pure-apple {
color: #6ebe46;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--banana-propaganda:#f0d800;
--majestic-treasures:#f2e7a6;
--citrus-leaf:#b4d65c;
--pure-apple:#6ebe46;
}