Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.golden-opportunity {
color: #f5c470;
}
.venetian-yellow {
color: #f7e1a1;
}
.sweet-pink {
color: #f1968e;
}
.purple-hollyhock {
color: #d86fac;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--golden-opportunity:#f5c470;
--venetian-yellow:#f7e1a1;
--sweet-pink:#f1968e;
--purple-hollyhock:#d86fac;
}