Color names in this palette
CSS code for this palette
/* CSS */
.mango-margarita {
color: #f5b651;
}
.sunset-gold {
color: #f7c664;
}
.forsythia-blossom {
color: #f6d86a;
}
.late-day-sun {
color: #f0e08e;
}
.storm-lightning {
color: #f9e79f;
}
/* CSS Variables */
:root {
--mango-margarita:#f5b651;
--sunset-gold:#f7c664;
--forsythia-blossom:#f6d86a;
--late-day-sun:#f0e08e;
--storm-lightning:#f9e79f;
}