Color names in this palette
CSS code for this palette
/* CSS */
.sandhill-crane {
color: #015e60;
}
.ocean-liner {
color: #1b8d8d;
}
.crystalsong-blue {
color: #4fb5b5;
}
.aqua-fiesta {
color: #93e1e1;
}
.ice-citadel {
color: #b2f5f5;
}
/* CSS Variables */
:root {
--sandhill-crane:#015e60;
--ocean-liner:#1b8d8d;
--crystalsong-blue:#4fb5b5;
--aqua-fiesta:#93e1e1;
--ice-citadel:#b2f5f5;
}