Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.syndicalist {
color: #f5c400;
}
.solarized {
color: #f9d14e;
}
.venetian-yellow {
color: #f5e59e;
}
.havana-cream {
color: #f9e7c3;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--syndicalist:#f5c400;
--solarized:#f9d14e;
--venetian-yellow:#f5e59e;
--havana-cream:#f9e7c3;
}