Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a1d6e2;
}
.bachelor-button {
color: #49b7d0;
}
.pleasant-stream {
color: #009ba3;
}
.tropical-waters {
color: #007b80;
}
.sherpa-blue {
color: #004a4d;
}
/* CSS Variables */
:root {
--terrace-pool:#a1d6e2;
--bachelor-button:#49b7d0;
--pleasant-stream:#009ba3;
--tropical-waters:#007b80;
--sherpa-blue:#004a4d;
}