CSS code for this palette
/* CSS */
.kinder {
color: #b6c1c8;
}
.cloud-blue {
color: #a1b4ba;
}
.venus-teal {
color: #88a5a0;
}
.little-league {
color: #6d9c8f;
}
.chlorite {
color: #5b8f80;
}
/* CSS Variables */
:root {
--kinder:#b6c1c8;
--cloud-blue:#a1b4ba;
--venus-teal:#88a5a0;
--little-league:#6d9c8f;
--chlorite:#5b8f80;
}