Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #9edbe0;
}
.water-flow {
color: #78c9d9;
}
.freshwater {
color: #4fa8b5;
}
.mammoth-mountain {
color: #3e6c7a;
}
.atlantic-deep {
color: #2c4c54;
}
/* CSS Variables */
:root {
--terrace-pool:#9edbe0;
--water-flow:#78c9d9;
--freshwater:#4fa8b5;
--mammoth-mountain:#3e6c7a;
--atlantic-deep:#2c4c54;
}