Color names in this palette
CSS code for this palette
/* CSS */
.sprout {
color: #b4caa0;
}
.natural-youth {
color: #d7e2b6;
}
.spring-kiss {
color: #e8f5b2;
}
.white-nectar {
color: #f7f9d7;
}
.majestic-treasures {
color: #f1e9a7;
}
/* CSS Variables */
:root {
--sprout:#b4caa0;
--natural-youth:#d7e2b6;
--spring-kiss:#e8f5b2;
--white-nectar:#f7f9d7;
--majestic-treasures:#f1e9a7;
}