Color names in this palette
CSS code for this palette
/* CSS */
.white-sea {
color: #d7e7ea;
}
.blue-dam {
color: #a1c8d4;
}
.spring-water-turquoise {
color: #77b6b1;
}
.derby-green {
color: #599b8c;
}
.green-moray {
color: #3e7a6c;
}
/* CSS Variables */
:root {
--white-sea:#d7e7ea;
--blue-dam:#a1c8d4;
--spring-water-turquoise:#77b6b1;
--derby-green:#599b8c;
--green-moray:#3e7a6c;
}