All Palettes

Color Palette #0033ff, #0066ff, #ffcc00, #ffdd33, #ffaa00

0%
0%
0%

CSS code for this palette

/* CSS */
.blinking-blue {
color: #0033ff;
}
.blue-ribbon {
color: #0066ff;
}
.usc-gold {
color: #ffcc00;
}
.yellow-bell-pepper {
color: #ffdd33;
}
.flash-of-orange {
color: #ffaa00;
}

/* CSS Variables */
:root {
--blinking-blue:#0033ff;
--blue-ribbon:#0066ff;
--usc-gold:#ffcc00;
--yellow-bell-pepper:#ffdd33;
--flash-of-orange:#ffaa00;
}

More palettes to explore