Color names in this palette
CSS code for this palette
/* CSS */
.ice-breaker {
color: #d4e7e8;
}
.frozen-tundra {
color: #a3c1c8;
}
.lagoon-blue {
color: #7da9b0;
}
.larkspur {
color: #3f7d8d;
}
.atlantic-deep {
color: #2c4c54;
}
/* CSS Variables */
:root {
--ice-breaker:#d4e7e8;
--frozen-tundra:#a3c1c8;
--lagoon-blue:#7da9b0;
--larkspur:#3f7d8d;
--atlantic-deep:#2c4c54;
}