Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.mango-margarita {
color: #f9b44e;
}
.sunset-yellow {
color: #f9863e;
}
.orange-soda {
color: #f15c41;
}
.vampire-red {
color: #d83c31;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--mango-margarita:#f9b44e;
--sunset-yellow:#f9863e;
--orange-soda:#f15c41;
--vampire-red:#d83c31;
}