Color names in this palette
CSS code for this palette
/* CSS */
.tanager-turquoise {
color: #8ad9e5;
}
.glassmith {
color: #4bb7c3;
}
.blue-chill {
color: #3d8f8f;
}
.verdant-forest {
color: #2a6060;
}
.black-chasm {
color: #0d3030;
}
/* CSS Variables */
:root {
--tanager-turquoise:#8ad9e5;
--glassmith:#4bb7c3;
--blue-chill:#3d8f8f;
--verdant-forest:#2a6060;
--black-chasm:#0d3030;
}