All Palettes

Color Palette #ffffff, #f2f2f2, #dbe4f0, #a3c2e0, #6da9d9

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.bleached-silk {
color: #f2f2f2;
}
.iceberg {
color: #dbe4f0;
}
.artesian-pool {
color: #a3c2e0;
}
.baja-blue {
color: #6da9d9;
}

/* CSS Variables */
:root {
--white:#ffffff;
--bleached-silk:#f2f2f2;
--iceberg:#dbe4f0;
--artesian-pool:#a3c2e0;
--baja-blue:#6da9d9;
}

More palettes to explore