Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.sundance {
color: #f9c56c;
}
.deep-fried {
color: #f6b055;
}
.osage-orange {
color: #f49f43;
}
.sumac-dyed {
color: #e68c1e;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--sundance:#f9c56c;
--deep-fried:#f6b055;
--osage-orange:#f49f43;
--sumac-dyed:#e68c1e;
}