Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.sunset-yellow {
color: #f98c3e;
}
.sagittarius-amber-artifact {
color: #f78040;
}
.tilted-pinball {
color: #f05324;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--sunset-yellow:#f98c3e;
--sagittarius-amber-artifact:#f78040;
--tilted-pinball:#f05324;
}