Color names in this palette
CSS code for this palette
/* CSS */
.healing-aloe {
color: #b8cab4;
}
.brainstorm {
color: #d1d3c0;
}
.just-about-green {
color: #e1e7d5;
}
.precious-dewdrop {
color: #f3f6e4;
}
.pink-diminishing {
color: #fef6f1;
}
/* CSS Variables */
:root {
--healing-aloe:#b8cab4;
--brainstorm:#d1d3c0;
--just-about-green:#e1e7d5;
--precious-dewdrop:#f3f6e4;
--pink-diminishing:#fef6f1;
}