Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8cbf;
}
.ocean-tropic {
color: #6ba8d6;
}
.deluxe-days {
color: #8bc7e5;
}
.endless-horizon {
color: #afdbf3;
}
.water {
color: #d4f1f7;
}
/* CSS Variables */
:root {
--boat-house:#4a8cbf;
--ocean-tropic:#6ba8d6;
--deluxe-days:#8bc7e5;
--endless-horizon:#afdbf3;
--water:#d4f1f7;
}