Color names in this palette
CSS code for this palette
/* CSS */
.latigo-bay {
color: #3c9a9a;
}
.crystalsong-blue {
color: #56b3b3;
}
.soft-turquoise {
color: #6fd3d3;
}
.shallow-water {
color: #8ef6f6;
}
.winter-meadow {
color: #b9f9f9;
}
/* CSS Variables */
:root {
--latigo-bay:#3c9a9a;
--crystalsong-blue:#56b3b3;
--soft-turquoise:#6fd3d3;
--shallow-water:#8ef6f6;
--winter-meadow:#b9f9f9;
}