Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.water-flow {
color: #78c2d9;
}
.disembark {
color: #5bafdc;
}
.perfect-sky {
color: #409bd4;
}
.amalfi-coast {
color: #2b7abf;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--water-flow:#78c2d9;
--disembark:#5bafdc;
--perfect-sky:#409bd4;
--amalfi-coast:#2b7abf;
}