Color names in this palette
CSS code for this palette
/* CSS */
.fresh-water {
color: #c3e2f4;
}
.monaco {
color: #a9d4e5;
}
.water-music {
color: #70b1c2;
}
.dirty-blue {
color: #40809c;
}
.celtic-rush {
color: #2d4f5d;
}
/* CSS Variables */
:root {
--fresh-water:#c3e2f4;
--monaco:#a9d4e5;
--water-music:#70b1c2;
--dirty-blue:#40809c;
--celtic-rush:#2d4f5d;
}