CSS code for this palette
/* CSS */
.almost-aloe {
color: #c6e9af;
}
.frugal {
color: #a3d7b4;
}
.buoyancy {
color: #7db1b5;
}
.harbor {
color: #5e8e9c;
}
.kimberley-sea {
color: #3a6b7e;
}
/* CSS Variables */
:root {
--almost-aloe:#c6e9af;
--frugal:#a3d7b4;
--buoyancy:#7db1b5;
--harbor:#5e8e9c;
--kimberley-sea:#3a6b7e;
}