All Palettes

Color Palette #1c2a6d, #5a4f8c, #7c7b9d, #a1b7c9, #f9c2b9

0%
0%
0%

CSS code for this palette

/* CSS */
.after-work-blue {
color: #1c2a6d;
}
.purple-corallite {
color: #5a4f8c;
}
.grape-jam {
color: #7c7b9d;
}
.always-blue {
color: #a1b7c9;
}
.pink-hydrangea {
color: #f9c2b9;
}

/* CSS Variables */
:root {
--after-work-blue:#1c2a6d;
--purple-corallite:#5a4f8c;
--grape-jam:#7c7b9d;
--always-blue:#a1b7c9;
--pink-hydrangea:#f9c2b9;
}

More palettes to explore