Color names in this palette
CSS code for this palette
/* CSS */
.deep-marine {
color: #2f636a;
}
.flounce {
color: #4a8a8c;
}
.aurora-teal {
color: #6eb4b1;
}
.iced-aqua {
color: #a8d6d6;
}
.ethereal-white {
color: #e4f1f1;
}
/* CSS Variables */
:root {
--deep-marine:#2f636a;
--flounce:#4a8a8c;
--aurora-teal:#6eb4b1;
--iced-aqua:#a8d6d6;
--ethereal-white:#e4f1f1;
}