Color names in this palette
CSS code for this palette
/* CSS */
.flower-stem {
color: #b1d8b1;
}
.grape-green {
color: #a7e0a4;
}
.bright-khaki {
color: #f0e78e;
}
.floral-leaf {
color: #ffb84d;
}
.esprit-peach {
color: #ffc09e;
}
/* CSS Variables */
:root {
--flower-stem:#b1d8b1;
--grape-green:#a7e0a4;
--bright-khaki:#f0e78e;
--floral-leaf:#ffb84d;
--esprit-peach:#ffc09e;
}