All Palettes

Color Palette #1f1b79, #3c2f9d, #5d6db6, #a2a2c3, #f5f5f5

0%
0%
0%

CSS code for this palette

/* CSS */
.snorlax {
color: #1f1b79;
}
.purple-cabbage {
color: #3c2f9d;
}
.loch-ness {
color: #5d6db6;
}
.ruffled-iris {
color: #a2a2c3;
}
.white-smoke {
color: #f5f5f5;
}

/* CSS Variables */
:root {
--snorlax:#1f1b79;
--purple-cabbage:#3c2f9d;
--loch-ness:#5d6db6;
--ruffled-iris:#a2a2c3;
--white-smoke:#f5f5f5;
}

More palettes to explore