Color names in this palette
CSS code for this palette
/* CSS */
.emerald-stone {
color: #00615e;
}
.mystic-turquoise {
color: #008a77;
}
.billiard {
color: #00b39e;
}
.tilla-kari-mosque {
color: #00d1ca;
}
.bright-turquoise {
color: #00e6e2;
}
/* CSS Variables */
:root {
--emerald-stone:#00615e;
--mystic-turquoise:#008a77;
--billiard:#00b39e;
--tilla-kari-mosque:#00d1ca;
--bright-turquoise:#00e6e2;
}