Color names in this palette
CSS code for this palette
/* CSS */
.hornblende-green {
color: #1f4d4c;
}
.zirconia-teal {
color: #2b7d7c;
}
.lake-tahoe-turquoise {
color: #39b1af;
}
.andes-sky {
color: #6fd8d4;
}
.pale-king-s-blue {
color: #a3f5ef;
}
/* CSS Variables */
:root {
--hornblende-green:#1f4d4c;
--zirconia-teal:#2b7d7c;
--lake-tahoe-turquoise:#39b1af;
--andes-sky:#6fd8d4;
--pale-king-s-blue:#a3f5ef;
}