All Palettes

Color Palette #a9c9e5, #d7e3ea, #f0f8ff, #b6c3d8, #c8e9f4

0%
0%
0%

CSS code for this palette

/* CSS */
.template {
color: #a9c9e5;
}
.white-sea {
color: #d7e3ea;
}
.alice-blue {
color: #f0f8ff;
}
.virginia-blue {
color: #b6c3d8;
}
.frosty-day {
color: #c8e9f4;
}

/* CSS Variables */
:root {
--template:#a9c9e5;
--white-sea:#d7e3ea;
--alice-blue:#f0f8ff;
--virginia-blue:#b6c3d8;
--frosty-day:#c8e9f4;
}

More palettes to explore