Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.quince-jelly {
color: #f78e2b;
}
.persimmon-orange {
color: #f76f2b;
}
.reddish-orange {
color: #f7481d;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--gemini-mustard-momento:#f9a64e;
--quince-jelly:#f78e2b;
--persimmon-orange:#f76f2b;
--reddish-orange:#f7481d;
}