Color names in this palette
CSS code for this palette
/* CSS */
.gemini-mustard-momento {
color: #f9a94e;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.yellow-petal {
color: #f1e950;
}
.first-colors-of-spring {
color: #e2ef4d;
}
.southern-platyfish {
color: #c7da4e;
}
/* CSS Variables */
:root {
--gemini-mustard-momento:#f9a94e;
--creamy-sweet-corn:#f6c54c;
--yellow-petal:#f1e950;
--first-colors-of-spring:#e2ef4d;
--southern-platyfish:#c7da4e;
}