Color names in this palette
CSS code for this palette
/* CSS */
.stem-green {
color: #aad98c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.warming-peach {
color: #e3b5a1;
}
.heirloom-lace {
color: #f6e6d5;
}
.roseberry {
color: #f5a59e;
}
/* CSS Variables */
:root {
--stem-green:#aad98c;
--solar-plexus-chakra:#f1c84b;
--warming-peach:#e3b5a1;
--heirloom-lace:#f6e6d5;
--roseberry:#f5a59e;
}