All Palettes

Color Palette #ffffff, #1d7a8b, #f09c3d, #599fb1, #6a9aaf

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.bermuda {
color: #1d7a8b;
}
.amber-glow {
color: #f09c3d;
}
.explorer-blue {
color: #599fb1;
}
.yacht-blue {
color: #6a9aaf;
}

/* CSS Variables */
:root {
--white:#ffffff;
--bermuda:#1d7a8b;
--amber-glow:#f09c3d;
--explorer-blue:#599fb1;
--yacht-blue:#6a9aaf;
}

More palettes to explore