Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9edbe0;
}
.hidden-sea-glass {
color: #6fd8d1;
}
.mountain-range-blue {
color: #51b8c8;
}
.sports-blue {
color: #3b9fb5;
}
.kings-of-sea {
color: #2a8b98;
}
/* CSS Variables */
:root {
--terrace-pool:#9edbe0;
--hidden-sea-glass:#6fd8d1;
--mountain-range-blue:#51b8c8;
--sports-blue:#3b9fb5;
--kings-of-sea:#2a8b98;
}