All Palettes

Color Palette #a6c3d9, #f1e1d0, #f7c8a6, #f09c00, #d95b59

0%
0%
0%

CSS code for this palette

/* CSS */
.frozen-blue {
color: #a6c3d9;
}
.chamois-cloth {
color: #f1e1d0;
}
.peach-damask {
color: #f7c8a6;
}
.wiener-schnitzel {
color: #f09c00;
}
.bricks-of-hope {
color: #d95b59;
}

/* CSS Variables */
:root {
--frozen-blue:#a6c3d9;
--chamois-cloth:#f1e1d0;
--peach-damask:#f7c8a6;
--wiener-schnitzel:#f09c00;
--bricks-of-hope:#d95b59;
}

More palettes to explore