Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.blaze {
color: #f98f4e;
}
.lusty-gallant {
color: #f97b4e;
}
.algerian-coral {
color: #f95c4e;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--salted-caramel-popcorn:#f9b14e;
--blaze:#f98f4e;
--lusty-gallant:#f97b4e;
--algerian-coral:#f95c4e;
}