CSS code for this palette
/* CSS */
.larkspur {
color: #3a7d8d;
}
.crystalsong-blue {
color: #4db1b3;
}
.belize {
color: #7ed3d3;
}
.everest {
color: #a1e2e2;
}
.icy-wind {
color: #d1f0f0;
}
/* CSS Variables */
:root {
--larkspur:#3a7d8d;
--crystalsong-blue:#4db1b3;
--belize:#7ed3d3;
--everest:#a1e2e2;
--icy-wind:#d1f0f0;
}