All Palettes

Color Palette #1e9ac8, #f1c40e, #ffb84d, #ff5724, #e92063

0%
0%
0%

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;
}

More palettes to explore