Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.jadestone {
color: #00a89d;
}
.cyan-sky {
color: #00b5b8;
}
.turquoise-surf {
color: #00c7c4;
}
.mint-morning {
color: #00d6cf;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--jadestone:#00a89d;
--cyan-sky:#00b5b8;
--turquoise-surf:#00c7c4;
--mint-morning:#00d6cf;
}