Color names in this palette
CSS code for this palette
/* CSS */
.marigold {
color: #ffc105;
}
.vitamin-c {
color: #ff9900;
}
.smashing-pumpkins {
color: #ff5724;
}
.sasquatch-socks {
color: #ff4281;
}
.mellow-melon {
color: #e92063;
}
/* CSS Variables */
:root {
--marigold:#ffc105;
--vitamin-c:#ff9900;
--smashing-pumpkins:#ff5724;
--sasquatch-socks:#ff4281;
--mellow-melon:#e92063;
}