Color names in this palette
CSS code for this palette
/* CSS */
.cakepop-sorbet {
color: #f8c749;
}
.tonkatsu {
color: #efac39;
}
.carnival {
color: #e78a27;
}
.fresh-gingerbread {
color: #d36c22;
}
.rusty-nail {
color: #c85028;
}
/* CSS Variables */
:root {
--cakepop-sorbet:#f8c749;
--tonkatsu:#efac39;
--carnival:#e78a27;
--fresh-gingerbread:#d36c22;
--rusty-nail:#c85028;
}