Color names in this palette
CSS code for this palette
/* CSS */
.latigo-bay {
color: #3d9b9e;
}
.sea-life {
color: #5ac4c2;
}
.turquoise-chalk {
color: #70e1d4;
}
.ice-crystal-blue {
color: #a5e4e4;
}
.frosty-mint {
color: #e0f5f3;
}
/* CSS Variables */
:root {
--latigo-bay:#3d9b9e;
--sea-life:#5ac4c2;
--turquoise-chalk:#70e1d4;
--ice-crystal-blue:#a5e4e4;
--frosty-mint:#e0f5f3;
}