Color names in this palette
CSS code for this palette
/* CSS */
.whispering-frost {
color: #d7e6d6;
}
.frosted-mint {
color: #e3f2e3;
}
.daisy-white {
color: #f7f3e4;
}
.ballet-white {
color: #f2e6d9;
}
.new-moss {
color: #c7d6c8;
}
/* CSS Variables */
:root {
--whispering-frost:#d7e6d6;
--frosted-mint:#e3f2e3;
--daisy-white:#f7f3e4;
--ballet-white:#f2e6d9;
--new-moss:#c7d6c8;
}