Color names in this palette
CSS code for this palette
/* CSS */
.walker-lake {
color: #3b8bba;
}
.freshwater {
color: #4ea6b1;
}
.mermaid-s-kiss {
color: #57c7a3;
}
.hospital-green {
color: #98e2a8;
}
.sunny {
color: #f3f181;
}
/* CSS Variables */
:root {
--walker-lake:#3b8bba;
--freshwater:#4ea6b1;
--mermaid-s-kiss:#57c7a3;
--hospital-green:#98e2a8;
--sunny:#f3f181;
}