Color names in this palette
CSS code for this palette
/* CSS */
.cote-d-azur {
color: #007e85;
}
.verditer {
color: #00b3aa;
}
.mint-morning {
color: #00d6c8;
}
.ice-crystal-blue {
color: #a4e2e5;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--cote-d-azur:#007e85;
--verditer:#00b3aa;
--mint-morning:#00d6c8;
--ice-crystal-blue:#a4e2e5;
--distant-horizon:#f1f9f9;
}