All Palettes

Color Palette #3e8e8e, #6cb7b7, #a5d5d5, #f4b99a, #f97a6c

0%
0%
0%

CSS code for this palette

/* CSS */
.blue-chill {
color: #3e8e8e;
}
.fresh-soft-blue {
color: #6cb7b7;
}
.smooth-satin {
color: #a5d5d5;
}
.mandys-pink {
color: #f4b99a;
}
.hipster-salmon {
color: #f97a6c;
}

/* CSS Variables */
:root {
--blue-chill:#3e8e8e;
--fresh-soft-blue:#6cb7b7;
--smooth-satin:#a5d5d5;
--mandys-pink:#f4b99a;
--hipster-salmon:#f97a6c;
}

More palettes to explore