Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1a4c8e;
}
.aegean-sea {
color: #4e90a2;
}
.artful-aqua {
color: #91b4b6;
}
.aquatint {
color: #b8e5e0;
}
.lynx-white {
color: #f6f9f7;
}
/* CSS Variables */
:root {
--dancing-sea:#1a4c8e;
--aegean-sea:#4e90a2;
--artful-aqua:#91b4b6;
--aquatint:#b8e5e0;
--lynx-white:#f6f9f7;
}