Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.verditer {
color: #00b3aa;
}
.turquoise-surf {
color: #00c4d6;
}
.aztec-turquoise {
color: #00d9e0;
}
.bright-turquoise {
color: #00e5e6;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--verditer:#00b3aa;
--turquoise-surf:#00c4d6;
--aztec-turquoise:#00d9e0;
--bright-turquoise:#00e5e6;
}