All Palettes

Color Palette #007fff, #00bfff, #00e0e0, #1fff7c, #ffff00

0%
0%
0%

CSS code for this palette

/* CSS */
.azure {
color: #007fff;
}
.capri {
color: #00bfff;
}
.aztec-turquoise {
color: #00e0e0;
}
.synthetic-spearmint {
color: #1fff7c;
}
.yellow {
color: #ffff00;
}

/* CSS Variables */
:root {
--azure:#007fff;
--capri:#00bfff;
--aztec-turquoise:#00e0e0;
--synthetic-spearmint:#1fff7c;
--yellow:#ffff00;
}

More palettes to explore