Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e3b0d0;
}
.fresh-heather {
color: #d2c2e0;
}
.geyser-pool {
color: #a9dce0;
}
.green-trance {
color: #a2d9a1;
}
.noodles {
color: #f9e3b4;
}
/* CSS Variables */
:root {
--gumball:#e3b0d0;
--fresh-heather:#d2c2e0;
--geyser-pool:#a9dce0;
--green-trance:#a2d9a1;
--noodles:#f9e3b4;
}