Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.ginger-milk {
color: #f6a85a;
}
.rich-gardenia {
color: #f47f4e;
}
.strawberry-avalanche {
color: #f0493d;
}
.chi-gong {
color: #d62c29;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--ginger-milk:#f6a85a;
--rich-gardenia:#f47f4e;
--strawberry-avalanche:#f0493d;
--chi-gong:#d62c29;
}