Color names in this palette
CSS code for this palette
/* CSS */
.goose-bill {
color: #ffb980;
}
.esprit-peach {
color: #ffc29e;
}
.green-vibes {
color: #d6e7c5;
}
.whirlpool {
color: #a1d9cf;
}
.winter-lakes {
color: #5c96d1;
}
/* CSS Variables */
:root {
--goose-bill:#ffb980;
--esprit-peach:#ffc29e;
--green-vibes:#d6e7c5;
--whirlpool:#a1d9cf;
--winter-lakes:#5c96d1;
}