Color names in this palette
CSS code for this palette
/* CSS */
.adrift {
color: #498d9c;
}
.mercury-mist {
color: #8dc8c3;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.icy-bay {
color: #e1e5e2;
}
.lynx-white {
color: #f6f9f7;
}
/* CSS Variables */
:root {
--adrift:#498d9c;
--mercury-mist:#8dc8c3;
--frosty-soft-blue:#b2e0e0;
--icy-bay:#e1e5e2;
--lynx-white:#f6f9f7;
}