Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.english-daisy {
color: #ffcb47;
}
.banana-biscuit {
color: #ffde7a;
}
.urnebes-beige {
color: #ffebc2;
}
.rustique {
color: #f9bfb4;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--english-daisy:#ffcb47;
--banana-biscuit:#ffde7a;
--urnebes-beige:#ffebc2;
--rustique:#f9bfb4;
}