Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.venetian-yellow {
color: #f5e69e;
}
.young-crab {
color: #f5a19e;
}
.nasturtium-flower {
color: #e94b1c;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--venetian-yellow:#f5e69e;
--young-crab:#f5a19e;
--nasturtium-flower:#e94b1c;
}