Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.chi-gong {
color: #d12929;
}
.soothing-sapphire {
color: #2980d1;
}
.irish {
color: #3d8f5e;
}
.saffron-gold {
color: #f08c00;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--chi-gong:#d12929;
--soothing-sapphire:#2980d1;
--irish:#3d8f5e;
--saffron-gold:#f08c00;
}