All Palettes

Color Palette #1a2a6b, #4f56c9, #8e93fb, #00d1d1, #f0d400

0%
0%
0%

CSS code for this palette

/* CSS */
.mythical-night {
color: #1a2a6b;
}
.gorgonzola-blue {
color: #4f56c9;
}
.periwinkle-blue {
color: #8e93fb;
}
.jade-glass {
color: #00d1d1;
}
.safety-yellow {
color: #f0d400;
}

/* CSS Variables */
:root {
--mythical-night:#1a2a6b;
--gorgonzola-blue:#4f56c9;
--periwinkle-blue:#8e93fb;
--jade-glass:#00d1d1;
--safety-yellow:#f0d400;
}

More palettes to explore