All Palettes

Color Palette #5c7d9d, #a1b7c9, #d1c3df, #f2b1c1, #f6d5b1

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-plate {
color: #5c7d9d;
}
.always-blue {
color: #a1b7c9;
}
.fresh-heather {
color: #d1c3df;
}
.ibis {
color: #f2b1c1;
}
.frangipane {
color: #f6d5b1;
}

/* CSS Variables */
:root {
--blue-plate:#5c7d9d;
--always-blue:#a1b7c9;
--fresh-heather:#d1c3df;
--ibis:#f2b1c1;
--frangipane:#f6d5b1;
}

More palettes to explore