Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a2d8e7;
}
.water-flow {
color: #7fc5d7;
}
.disembark {
color: #5cafdb;
}
.magical-merlin {
color: #3c96d3;
}
.summer-lake {
color: #0076a8;
}
/* CSS Variables */
:root {
--nevada-sky:#a2d8e7;
--water-flow:#7fc5d7;
--disembark:#5cafdb;
--magical-merlin:#3c96d3;
--summer-lake:#0076a8;
}