Color names in this palette
CSS code for this palette
/* CSS */
.sandhill-crane {
color: #015e60;
}
.ocean-liner {
color: #1a8e8e;
}
.crystalsong-blue {
color: #4cb8b8;
}
.deep-aquamarine {
color: #7ae1e1;
}
.waterspout {
color: #9ff4f4;
}
/* CSS Variables */
:root {
--sandhill-crane:#015e60;
--ocean-liner:#1a8e8e;
--crystalsong-blue:#4cb8b8;
--deep-aquamarine:#7ae1e1;
--waterspout:#9ff4f4;
}