Color names in this palette
CSS code for this palette
/* CSS */
.pale-banana {
color: #f6e48e;
}
.melon-melody {
color: #f8c391;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bright-ube {
color: #d6a1e8;
}
.aqua-wish {
color: #9fe0d1;
}
/* CSS Variables */
:root {
--pale-banana:#f6e48e;
--melon-melody:#f8c391;
--grapefruit-pulp:#ff6e61;
--bright-ube:#d6a1e8;
--aqua-wish:#9fe0d1;
}