Color names in this palette
CSS code for this palette
/* CSS */
.naval-night {
color: #011737;
}
.maniac-mansion {
color: #003d5c;
}
.cote-d-azur {
color: #007c85;
}
.verditer {
color: #00b3aa;
}
.bright-turquoise {
color: #00e6e2;
}
/* CSS Variables */
:root {
--naval-night:#011737;
--maniac-mansion:#003d5c;
--cote-d-azur:#007c85;
--verditer:#00b3aa;
--bright-turquoise:#00e6e2;
}