Color names in this palette
CSS code for this palette
/* CSS */
.sandhill-crane {
color: #015e60;
}
.taos-turquoise {
color: #2a8c8d;
}
.crystalsong-blue {
color: #4fb5b2;
}
.sharbah-fizz {
color: #9ae0d5;
}
.duck-egg-blue {
color: #c3f4f1;
}
/* CSS Variables */
:root {
--sandhill-crane:#015e60;
--taos-turquoise:#2a8c8d;
--crystalsong-blue:#4fb5b2;
--sharbah-fizz:#9ae0d5;
--duck-egg-blue:#c3f4f1;
}