Color names in this palette
CSS code for this palette
/* CSS */
.indigo-black {
color: #003052;
}
.navy-dark-blue {
color: #004d6b;
}
.cote-d-azur {
color: #007a8a;
}
.breaking-wave {
color: #00a1b3;
}
.aztec-turquoise {
color: #00d5e0;
}
/* CSS Variables */
:root {
--indigo-black:#003052;
--navy-dark-blue:#004d6b;
--cote-d-azur:#007a8a;
--breaking-wave:#00a1b3;
--aztec-turquoise:#00d5e0;
}