All Palettes

Color Palette #5f898c, #7fb8b4, #b2e0e0, #f8d79b, #f2a65f

0%
0%
0%

CSS code for this palette

/* CSS */
.steel-teal {
color: #5f898c;
}
.kingfisher-turquoise {
color: #7fb8b4;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.applesauce {
color: #f8d79b;
}
.sandy-brown {
color: #f2a65f;
}

/* CSS Variables */
:root {
--steel-teal:#5f898c;
--kingfisher-turquoise:#7fb8b4;
--frosty-soft-blue:#b2e0e0;
--applesauce:#f8d79b;
--sandy-brown:#f2a65f;
}

More palettes to explore