All Palettes

Color Palette #2b2d73, #5a5f8c, #8ca1c0, #a6c7e7, #fafaf5

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-rose {
color: #2b2d73;
}
.midnight-sea {
color: #5a5f8c;
}
.windy-city {
color: #8ca1c0;
}
.template {
color: #a6c7e7;
}
.unbleached {
color: #fafaf5;
}

/* CSS Variables */
:root {
--blue-rose:#2b2d73;
--midnight-sea:#5a5f8c;
--windy-city:#8ca1c0;
--template:#a6c7e7;
--unbleached:#fafaf5;
}

More palettes to explore