Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.dream-of-spring {
color: #f6d12c;
}
.pineapple-juice {
color: #f9e67b;
}
.lazy-daisy {
color: #faeaa3;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--dream-of-spring:#f6d12c;
--pineapple-juice:#f9e67b;
--lazy-daisy:#faeaa3;
--peach-butter:#fbaf3c;
}