Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.charter {
color: #6ab3d2;
}
.bondi-blue {
color: #0096b8;
}
.by-the-bayou {
color: #007c8f;
}
.midnight-green {
color: #004852;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--charter:#6ab3d2;
--bondi-blue:#0096b8;
--by-the-bayou:#007c8f;
--midnight-green:#004852;
}