All Palettes

Color Palette #2a2e3c, #4b4f63, #7b7f8e, #b7c1d1, #f5f8fa

0%
0%
0%

CSS code for this palette

/* CSS */
.black-rock {
color: #2a2e3c;
}
.tried-true-blue {
color: #4b4f63;
}
.blue-mood {
color: #7b7f8e;
}
.pageant-song {
color: #b7c1d1;
}
.white-solid {
color: #f5f8fa;
}

/* CSS Variables */
:root {
--black-rock:#2a2e3c;
--tried-true-blue:#4b4f63;
--blue-mood:#7b7f8e;
--pageant-song:#b7c1d1;
--white-solid:#f5f8fa;
}

More palettes to explore