Color names in this palette
CSS code for this palette
/* CSS */
.sandhill-crane {
color: #015e60;
}
.macquarie {
color: #007d80;
}
.pleasant-stream {
color: #009ba3;
}
.lake-tahoe-turquoise {
color: #36b1ba;
}
.sparkling-mint {
color: #a4dbd2;
}
/* CSS Variables */
:root {
--sandhill-crane:#015e60;
--macquarie:#007d80;
--pleasant-stream:#009ba3;
--lake-tahoe-turquoise:#36b1ba;
--sparkling-mint:#a4dbd2;
}