Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.creamy-sweet-corn {
color: #f7c34b;
}
.lazy-daisy {
color: #f7e9a1;
}
.pretty-petunia {
color: #d1b2e1;
}
.tatarian-aster {
color: #9b6f9a;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--creamy-sweet-corn:#f7c34b;
--lazy-daisy:#f7e9a1;
--pretty-petunia:#d1b2e1;
--tatarian-aster:#9b6f9a;
}