All Palettes

Color Palette #799da9, #b1c4c3, #dfe5e7, #f3f5f6, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.dolphin-blue {
color: #799da9;
}
.jungle-mist {
color: #b1c4c3;
}
.austrian-ice {
color: #dfe5e7;
}
.chef-s-hat {
color: #f3f5f6;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--dolphin-blue:#799da9;
--jungle-mist:#b1c4c3;
--austrian-ice:#dfe5e7;
--chef-s-hat:#f3f5f6;
--white:#ffffff;
}

More palettes to explore