Color names in this palette
CSS code for this palette
/* CSS */
.fall-gold {
color: #fbbd37;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.sea-nettle {
color: #f57a38;
}
.mandarin-red {
color: #e54f3e;
}
.middle-safflower {
color: #c44a7b;
}
/* CSS Variables */
:root {
--fall-gold:#fbbd37;
--gemini-mustard-momento:#f9a94e;
--sea-nettle:#f57a38;
--mandarin-red:#e54f3e;
--middle-safflower:#c44a7b;
}