Color names in this palette
CSS code for this palette
/* CSS */
.margarine {
color: #f0d62d;
}
.oriole-yellow {
color: #f6d579;
}
.noodles {
color: #f8e3b4;
}
.white-elf {
color: #f7c47e;
}
.zucchini-flower {
color: #e6a64c;
}
/* CSS Variables */
:root {
--margarine:#f0d62d;
--oriole-yellow:#f6d579;
--noodles:#f8e3b4;
--white-elf:#f7c47e;
--zucchini-flower:#e6a64c;
}