Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.clementine {
color: #eb6d00;
}
.kimchi {
color: #f04c00;
}
.torii-red {
color: #d64000;
}
.raspberry-jam {
color: #c33c62;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--clementine:#eb6d00;
--kimchi:#f04c00;
--torii-red:#d64000;
--raspberry-jam:#c33c62;
}