Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.syndicalist {
color: #f5c400;
}
.welcoming-wasp {
color: #f0a800;
}
.accent-orange {
color: #e66f00;
}
.torii-red {
color: #d64000;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--syndicalist:#f5c400;
--welcoming-wasp:#f0a800;
--accent-orange:#e66f00;
--torii-red:#d64000;
}