Color names in this palette
CSS code for this palette
/* CSS */
.hidden-waters {
color: #1f4e5c;
}
.grand-canal {
color: #3b7b7d;
}
.blue-mercury {
color: #66a8a9;
}
.cay {
color: #a5d3d4;
}
.dappled-sunlight {
color: #f3e4c9;
}
/* CSS Variables */
:root {
--hidden-waters:#1f4e5c;
--grand-canal:#3b7b7d;
--blue-mercury:#66a8a9;
--cay:#a5d3d4;
--dappled-sunlight:#f3e4c9;
}