Color names in this palette
CSS code for this palette
/* CSS */
.latigo-bay {
color: #3c9a9a;
}
.hygiene-green {
color: #5cb7b7;
}
.aruba-blue {
color: #78d3d3;
}
.ice-crystal-blue {
color: #a5e4e4;
}
.tinted-ice {
color: #cff7f7;
}
/* CSS Variables */
:root {
--latigo-bay:#3c9a9a;
--hygiene-green:#5cb7b7;
--aruba-blue:#78d3d3;
--ice-crystal-blue:#a5e4e4;
--tinted-ice:#cff7f7;
}