Color names in this palette
CSS code for this palette
/* CSS */
.golden-glow {
color: #f9d57b;
}
.maximum-yellow-red {
color: #f2ba4a;
}
.cheddar-cheese {
color: #f1873b;
}
.tiger-moth-orange {
color: #d95e12;
}
.cinnamon-bun {
color: #ac5102;
}
/* CSS Variables */
:root {
--golden-glow:#f9d57b;
--maximum-yellow-red:#f2ba4a;
--cheddar-cheese:#f1873b;
--tiger-moth-orange:#d95e12;
--cinnamon-bun:#ac5102;
}