All Palettes

Color Palette #ffffff, #dbe5f5, #a4c7e5, #68b3e8, #3b8dba

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.azureish-white {
color: #dbe5f5;
}
.template {
color: #a4c7e5;
}
.sanctuary-spa {
color: #68b3e8;
}
.quiet-night {
color: #3b8dba;
}

/* CSS Variables */
:root {
--white:#ffffff;
--azureish-white:#dbe5f5;
--template:#a4c7e5;
--sanctuary-spa:#68b3e8;
--quiet-night:#3b8dba;
}

More palettes to explore