Color names in this palette
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;
}