Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f6d13c;
}
.super-lemon {
color: #e1b137;
}
.opulent {
color: #d68a2e;
}
.scarecrow-frown {
color: #a45a28;
}
.new-amber {
color: #6e3b26;
}
/* CSS Variables */
:root {
--marigold-dust:#f6d13c;
--super-lemon:#e1b137;
--opulent:#d68a2e;
--scarecrow-frown:#a45a28;
--new-amber:#6e3b26;
}