CSS code for this palette
/* CSS */
.azalea-leaf {
color: #4b6572;
}
.sealegs {
color: #6b8e8e;
}
.eyefull {
color: #8fb3b7;
}
.jetstream {
color: #b2d1d7;
}
.pure-white {
color: #f7f8f2;
}
/* CSS Variables */
:root {
--azalea-leaf:#4b6572;
--sealegs:#6b8e8e;
--eyefull:#8fb3b7;
--jetstream:#b2d1d7;
--pure-white:#f7f8f2;
}