Color names in this palette
CSS code for this palette
/* CSS */
.dark-turquoise {
color: #005a5c;
}
.mystic-turquoise {
color: #008a77;
}
.billiard {
color: #00b39e;
}
.mega-teal {
color: #00e6a1;
}
.hawkbit {
color: #ffdc6b;
}
/* CSS Variables */
:root {
--dark-turquoise:#005a5c;
--mystic-turquoise:#008a77;
--billiard:#00b39e;
--mega-teal:#00e6a1;
--hawkbit:#ffdc6b;
}