Color names in this palette
CSS code for this palette
/* CSS */
.pale-banana {
color: #f6e48e;
}
.eggnog {
color: #fceaa1;
}
.melon-melody {
color: #f8c391;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-clown {
color: #d93b36;
}
/* CSS Variables */
:root {
--pale-banana:#f6e48e;
--eggnog:#fceaa1;
--melon-melody:#f8c391;
--grapefruit-pulp:#ff6e61;
--red-clown:#d93b36;
}