Color names in this palette
CSS code for this palette
/* CSS */
.melanie {
color: #e1b7c1;
}
.milky-maize {
color: #f8d5a0;
}
.gold-sand {
color: #f7e8a6;
}
.frozen-forest {
color: #d1e9b4;
}
.whirlpool {
color: #a4daca;
}
/* CSS Variables */
:root {
--melanie:#e1b7c1;
--milky-maize:#f8d5a0;
--gold-sand:#f7e8a6;
--frozen-forest:#d1e9b4;
--whirlpool:#a4daca;
}