Color names in this palette
CSS code for this palette
/* CSS */
.forsythia-blossom {
color: #f9d66c;
}
.mango-margarita {
color: #f7b950;
}
.mandarin-rind {
color: #f5903d;
}
.oranzhewyi-orange {
color: #f05b3d;
}
.gladiola {
color: #d94f3f;
}
/* CSS Variables */
:root {
--forsythia-blossom:#f9d66c;
--mango-margarita:#f7b950;
--mandarin-rind:#f5903d;
--oranzhewyi-orange:#f05b3d;
--gladiola:#d94f3f;
}