Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.creamy-sweet-corn {
color: #f7c04a;
}
.peach-patch {
color: #f7d5a1;
}
.antique-cameo {
color: #f5b8a3;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--creamy-sweet-corn:#f7c04a;
--peach-patch:#f7d5a1;
--antique-cameo:#f5b8a3;
--orange-gluttony:#e77e23;
}