All Palettes

Color Palette #006aff, #00bfff, #00e1ff, #4dffb2, #ff6e00

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-ribbon {
color: #006aff;
}
.capri {
color: #00bfff;
}
.neon-blue {
color: #00e1ff;
}
.hanuman-green {
color: #4dffb2;
}
.flush-orange {
color: #ff6e00;
}

/* CSS Variables */
:root {
--blue-ribbon:#006aff;
--capri:#00bfff;
--neon-blue:#00e1ff;
--hanuman-green:#4dffb2;
--flush-orange:#ff6e00;
}

More palettes to explore