Color names in this palette
CSS code for this palette
/* CSS */
.crystal {
color: #a4d7df;
}
.water-flow {
color: #79cad8;
}
.modal-blue {
color: #3ea8b1;
}
.bermuda {
color: #1f7c8e;
}
.port-malmesbury {
color: #0c4b50;
}
/* CSS Variables */
:root {
--crystal:#a4d7df;
--water-flow:#79cad8;
--modal-blue:#3ea8b1;
--bermuda:#1f7c8e;
--port-malmesbury:#0c4b50;
}