Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1c8d9c;
}
.lagoon-rock {
color: #3dc2c2;
}
.turquoise-chalk {
color: #6ce4e0;
}
.permafrost {
color: #96f8f7;
}
.crushed-ice {
color: #c2fffa;
}
/* CSS Variables */
:root {
--safe-harbour:#1c8d9c;
--lagoon-rock:#3dc2c2;
--turquoise-chalk:#6ce4e0;
--permafrost:#96f8f7;
--crushed-ice:#c2fffa;
}