Color names in this palette
CSS code for this palette
/* CSS */
.major-blue {
color: #1e9ac8;
}
.sunshine-mellow {
color: #f1c40e;
}
.floral-leaf {
color: #ffb84d;
}
.smashing-pumpkins {
color: #ff5724;
}
.mellow-melon {
color: #e92063;
}
/* CSS Variables */
:root {
--major-blue:#1e9ac8;
--sunshine-mellow:#f1c40e;
--floral-leaf:#ffb84d;
--smashing-pumpkins:#ff5724;
--mellow-melon:#e92063;
}