Color names in this palette
CSS code for this palette
/* CSS */
.kul-sharif-blue {
color: #7fd4f5;
}
.mountain-range-blue {
color: #4fb7c9;
}
.taos-turquoise {
color: #2c8c8c;
}
.hornblende-green {
color: #1f4c4c;
}
.black-chasm {
color: #0f2f2f;
}
/* CSS Variables */
:root {
--kul-sharif-blue:#7fd4f5;
--mountain-range-blue:#4fb7c9;
--taos-turquoise:#2c8c8c;
--hornblende-green:#1f4c4c;
--black-chasm:#0f2f2f;
}