Color names in this palette
CSS code for this palette
/* CSS */
.tonkatsu {
color: #efad34;
}
.syndicalist {
color: #f5c400;
}
.cheese {
color: #ffa600;
}
.floral-leaf {
color: #ffb84d;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--tonkatsu:#efad34;
--syndicalist:#f5c400;
--cheese:#ffa600;
--floral-leaf:#ffb84d;
--shocking-orange:#ff6d1f;
}