All Palettes

Color Palette #a3b4c2, #e1e3d3, #f5e6c7, #f1b74b, #c75c8c

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-pot {
color: #a3b4c2;
}
.pale-green-tea {
color: #e1e3d3;
}
.cottonseed {
color: #f5e6c7;
}
.maximum-yellow-red {
color: #f1b74b;
}
.ibis-rose {
color: #c75c8c;
}

/* CSS Variables */
:root {
--blue-pot:#a3b4c2;
--pale-green-tea:#e1e3d3;
--cottonseed:#f5e6c7;
--maximum-yellow-red:#f1b74b;
--ibis-rose:#c75c8c;
}

More palettes to explore