Color names in this palette
CSS code for this palette
/* CSS */
.pale-banana {
color: #f6e48e;
}
.melon-melody {
color: #f8c391;
}
.royal-regatta {
color: #6b8acc;
}
.echo-iris {
color: #b6e2f6;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--pale-banana:#f6e48e;
--melon-melody:#f8c391;
--royal-regatta:#6b8acc;
--echo-iris:#b6e2f6;
--grapefruit-pulp:#ff6e61;
}