Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.verditer {
color: #00b3aa;
}
.turquoise-surf {
color: #00c4c7;
}
.aztec-turquoise {
color: #00d5e0;
}
.everest {
color: #a0e9e3;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--verditer:#00b3aa;
--turquoise-surf:#00c4c7;
--aztec-turquoise:#00d5e0;
--everest:#a0e9e3;
}