Color names in this palette
CSS code for this palette
/* CSS */
.lynx-white {
color: #f6f8f8;
}
.diamond-white {
color: #e2f2f3;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.belize {
color: #7dd4d2;
}
.lagoon-rock {
color: #3dc2c2;
}
/* CSS Variables */
:root {
--lynx-white:#f6f8f8;
--diamond-white:#e2f2f3;
--frosty-soft-blue:#b2e0e0;
--belize:#7dd4d2;
--lagoon-rock:#3dc2c2;
}