Color names in this palette
CSS code for this palette
/* CSS */
.syndicalist {
color: #f5c400;
}
.brilliant {
color: #0097a8;
}
.torii-red {
color: #d64000;
}
.zappy-zebra {
color: #f1f4f3;
}
.bright-eggplant {
color: #5e4b8b;
}
/* CSS Variables */
:root {
--syndicalist:#f5c400;
--brilliant:#0097a8;
--torii-red:#d64000;
--zappy-zebra:#f1f4f3;
--bright-eggplant:#5e4b8b;
}