Color names in this palette
CSS code for this palette
/* CSS */
.lush-aqua {
color: #004466;
}
.cote-d-azur {
color: #007a8a;
}
.cyan-sky {
color: #00b2b3;
}
.bright-turquoise {
color: #00e5e6;
}
.ice-citadel {
color: #b6f7f7;
}
/* CSS Variables */
:root {
--lush-aqua:#004466;
--cote-d-azur:#007a8a;
--cyan-sky:#00b2b3;
--bright-turquoise:#00e5e6;
--ice-citadel:#b6f7f7;
}