Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.hawaiian-breeze {
color: #75c8e1;
}
.sail-away {
color: #4eb1df;
}
.navagio-bay {
color: #3c90b4;
}
.nautical-creatures {
color: #2b6078;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--hawaiian-breeze:#75c8e1;
--sail-away:#4eb1df;
--navagio-bay:#3c90b4;
--nautical-creatures:#2b6078;
}