Color names in this palette
CSS code for this palette
/* CSS */
.gilded {
color: #f5e14d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.t-morokoshi-corn {
color: #f9a748;
}
.fire-flower {
color: #f98c39;
}
.sparrow-s-fire {
color: #f76926;
}
/* CSS Variables */
:root {
--gilded:#f5e14d;
--creamy-sweet-corn:#f9c54e;
--t-morokoshi-corn:#f9a748;
--fire-flower:#f98c39;
--sparrow-s-fire:#f76926;
}