Color names in this palette
CSS code for this palette
/* CSS */
.cote-d-azur {
color: #007a8a;
}
.jadestone {
color: #00a89d;
}
.amazonite {
color: #00c2b2;
}
.aztec-turquoise {
color: #00d1e0;
}
.luminescent-blue {
color: #a0dfe9;
}
/* CSS Variables */
:root {
--cote-d-azur:#007a8a;
--jadestone:#00a89d;
--amazonite:#00c2b2;
--aztec-turquoise:#00d1e0;
--luminescent-blue:#a0dfe9;
}