All Palettes

Color Palette #ffffff, #efe4d7, #e1c6c1, #d1b3d1, #c1e1f6

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.pale-chamois {
color: #efe4d7;
}
.rosewater {
color: #e1c6c1;
}
.confectionary {
color: #d1b3d1;
}
.fresh-water {
color: #c1e1f6;
}

/* CSS Variables */
:root {
--white:#ffffff;
--pale-chamois:#efe4d7;
--rosewater:#e1c6c1;
--confectionary:#d1b3d1;
--fresh-water:#c1e1f6;
}

More palettes to explore