Color names in this palette
CSS code for this palette
/* CSS */
.iris-blue {
color: #00b0c7;
}
.bondi-blue {
color: #0095b3;
}
.glamour-green {
color: #00778a;
}
.egyptian-enamel {
color: #005e66;
}
.dark-denim-blue {
color: #003d4d;
}
/* CSS Variables */
:root {
--iris-blue:#00b0c7;
--bondi-blue:#0095b3;
--glamour-green:#00778a;
--egyptian-enamel:#005e66;
--dark-denim-blue:#003d4d;
}