Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.billiard {
color: #00b39e;
}
.turquoise-surf {
color: #00c7c4;
}
.jade-glass {
color: #00d6d6;
}
.aztec-turquoise {
color: #00e0e0;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--billiard:#00b39e;
--turquoise-surf:#00c7c4;
--jade-glass:#00d6d6;
--aztec-turquoise:#00e0e0;
}