Color names in this palette
CSS code for this palette
/* CSS */
.dancing-sea {
color: #1a4c8e;
}
.boat-house {
color: #4a8bba;
}
.c-est-la-vie {
color: #83c1e7;
}
.ganon-blue {
color: #a1e4f7;
}
.pale-sky {
color: #c2f6ff;
}
/* CSS Variables */
:root {
--dancing-sea:#1a4c8e;
--boat-house:#4a8bba;
--c-est-la-vie:#83c1e7;
--ganon-blue:#a1e4f7;
--pale-sky:#c2f6ff;
}