Color names in this palette
CSS code for this palette
/* CSS */
.blue-bows {
color: #a5c1d5;
}
.crystal-lake {
color: #88b6c3;
}
.yacht-blue {
color: #699ab5;
}
.boat-house {
color: #4c8bb8;
}
.deep-water {
color: #2a6f9d;
}
/* CSS Variables */
:root {
--blue-bows:#a5c1d5;
--crystal-lake:#88b6c3;
--yacht-blue:#699ab5;
--boat-house:#4c8bb8;
--deep-water:#2a6f9d;
}