Color names in this palette
CSS code for this palette
/* CSS */
.lynx-white {
color: #f6f8f8;
}
.bone-chilling {
color: #e3f2f2;
}
.swimming {
color: #c2e5e5;
}
.aqua-island {
color: #a3d7d7;
}
.pearl-bay {
color: #7dcaca;
}
/* CSS Variables */
:root {
--lynx-white:#f6f8f8;
--bone-chilling:#e3f2f2;
--swimming:#c2e5e5;
--aqua-island:#a3d7d7;
--pearl-bay:#7dcaca;
}