Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e8b5d3;
}
.in-the-pink {
color: #f2c5d2;
}
.flower-of-oahu {
color: #f6dfc6;
}
.banana-mania {
color: #fbe6b1;
}
.mango-margarita {
color: #f3b94f;
}
/* CSS Variables */
:root {
--gumball:#e8b5d3;
--in-the-pink:#f2c5d2;
--flower-of-oahu:#f6dfc6;
--banana-mania:#fbe6b1;
--mango-margarita:#f3b94f;
}