Color names in this palette
CSS code for this palette
/* CSS */
.alpine-haze {
color: #aabec0;
}
.malaysian-mist {
color: #b9ced0;
}
.aviary-blue {
color: #c5e2e7;
}
.milky-way {
color: #e4f4f6;
}
.dr-white {
color: #fafafa;
}
/* CSS Variables */
:root {
--alpine-haze:#aabec0;
--malaysian-mist:#b9ced0;
--aviary-blue:#c5e2e7;
--milky-way:#e4f4f6;
--dr-white:#fafafa;
}