All Palettes

Color Palette #1e2b48, #4d5b89, #8c9dc0, #e3c4d3, #f3d0a0

0%
0%
0%

CSS code for this palette

/* CSS */
.fainting-light {
color: #1e2b48;
}
.gem {
color: #4d5b89;
}
.lavender-lustre {
color: #8c9dc0;
}
.etcetera {
color: #e3c4d3;
}
.scalloped-oak {
color: #f3d0a0;
}

/* CSS Variables */
:root {
--fainting-light:#1e2b48;
--gem:#4d5b89;
--lavender-lustre:#8c9dc0;
--etcetera:#e3c4d3;
--scalloped-oak:#f3d0a0;
}

More palettes to explore