Color names in this palette
CSS code for this palette
/* CSS */
.navy-dark-blue {
color: #004d6b;
}
.cote-d-azur {
color: #007a8a;
}
.jadestone {
color: #00a89d;
}
.mint-leaf {
color: #00d1b2;
}
.mint-morning {
color: #00e6bf;
}
/* CSS Variables */
:root {
--navy-dark-blue:#004d6b;
--cote-d-azur:#007a8a;
--jadestone:#00a89d;
--mint-leaf:#00d1b2;
--mint-morning:#00e6bf;
}