Color names in this palette
CSS code for this palette
/* CSS */
.whispering-winds {
color: #b7c2bf;
}
.dew-not-disturb {
color: #d0e2dd;
}
.cloud {
color: #e4f1f0;
}
.deutzia-white {
color: #f7fdfc;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--whispering-winds:#b7c2bf;
--dew-not-disturb:#d0e2dd;
--cloud:#e4f1f0;
--deutzia-white:#f7fdfc;
--white:#ffffff;
}