Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.blaze {
color: #f98f4e;
}
.often-orange {
color: #f9734e;
}
.algerian-coral {
color: #f95f4e;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a64e;
--blaze:#f98f4e;
--often-orange:#f9734e;
--algerian-coral:#f95f4e;
}