All Palettes

Color Palette #2f4e50, #4e7372, #a7c8c0, #e3b0a1, #f9d6b4

0%
0%
0%

CSS code for this palette

/* CSS */
.dark-slate-grey {
color: #2f4e50;
}
.sophisticated-teal {
color: #4e7372;
}
.peppermint-pie {
color: #a7c8c0;
}
.pale-blush {
color: #e3b0a1;
}
.sandy-bay {
color: #f9d6b4;
}

/* CSS Variables */
:root {
--dark-slate-grey:#2f4e50;
--sophisticated-teal:#4e7372;
--peppermint-pie:#a7c8c0;
--pale-blush:#e3b0a1;
--sandy-bay:#f9d6b4;
}

More palettes to explore