Color names in this palette
CSS code for this palette
/* CSS */
.fine-blue {
color: #b6e0e2;
}
.lake-reflection {
color: #9fd5db;
}
.water-flow {
color: #7cc7d5;
}
.lake-thun {
color: #4bb7e2;
}
.hawaiian-surf {
color: #008ebd;
}
/* CSS Variables */
:root {
--fine-blue:#b6e0e2;
--lake-reflection:#9fd5db;
--water-flow:#7cc7d5;
--lake-thun:#4bb7e2;
--hawaiian-surf:#008ebd;
}