Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f8d56d;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.persimmon-orange {
color: #f86c25;
}
.fiery-glow {
color: #f14f1e;
}
.maximum-red {
color: #d61f1f;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f8d56d;
--gemini-mustard-momento:#f9a94e;
--persimmon-orange:#f86c25;
--fiery-glow:#f14f1e;
--maximum-red:#d61f1f;
}