All Palettes

Color Palette #b7c2c1, #e3aa4f, #a44a3d, #5d7c8e, #f9c6a9

0%
0%
0%

CSS code for this palette

/* CSS */
.sky-grey {
color: #b7c2c1;
}
.mellowed-gold {
color: #e3aa4f;
}
.rusty-sword {
color: #a44a3d;
}
.whale-shark {
color: #5d7c8e;
}
.peach-damask {
color: #f9c6a9;
}

/* CSS Variables */
:root {
--sky-grey:#b7c2c1;
--mellowed-gold:#e3aa4f;
--rusty-sword:#a44a3d;
--whale-shark:#5d7c8e;
--peach-damask:#f9c6a9;
}

More palettes to explore