Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.lemon-filling {
color: #f8e5a5;
}
.welcoming-wasp {
color: #f0a800;
}
.saffron-gold {
color: #f08c00;
}
.native-hue-of-resolution {
color: #d63200;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--lemon-filling:#f8e5a5;
--welcoming-wasp:#f0a800;
--saffron-gold:#f08c00;
--native-hue-of-resolution:#d63200;
}