All Palettes

Color Palette #006aff, #0055cc, #004299, #a3cdff, #b3e0ff

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-ribbon {
color: #006aff;
}
.dead-blue-eyes {
color: #0055cc;
}
.fright-night {
color: #004299;
}
.baby-blue {
color: #a3cdff;
}
.frozen-landscape {
color: #b3e0ff;
}

/* CSS Variables */
:root {
--blue-ribbon:#006aff;
--dead-blue-eyes:#0055cc;
--fright-night:#004299;
--baby-blue:#a3cdff;
--frozen-landscape:#b3e0ff;
}

More palettes to explore