All Palettes

Color Palette #ffffff, #a3c2e0, #6b9cc2, #2b7a91, #003a5c

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.artesian-pool {
color: #a3c2e0;
}
.cerulean-frost {
color: #6b9cc2;
}
.turkish-stone {
color: #2b7a91;
}
.maniac-mansion {
color: #003a5c;
}

/* CSS Variables */
:root {
--white:#ffffff;
--artesian-pool:#a3c2e0;
--cerulean-frost:#6b9cc2;
--turkish-stone:#2b7a91;
--maniac-mansion:#003a5c;
}

More palettes to explore