Color names in this palette
CSS code for this palette
/* CSS */
.cote-d-azur {
color: #007c85;
}
.columbia {
color: #009991;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00c7ba;
}
.mint-morning {
color: #00dbc2;
}
/* CSS Variables */
:root {
--cote-d-azur:#007c85;
--columbia:#009991;
--verditer:#00b3aa;
--pristine-oceanic:#00c7ba;
--mint-morning:#00dbc2;
}