Color names in this palette
CSS code for this palette
/* CSS */
.pale-banana {
color: #f6e48e;
}
.sunflower {
color: #ffc414;
}
.exotic-blossom {
color: #ff9e42;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-pigment {
color: #ea1f26;
}
/* CSS Variables */
:root {
--pale-banana:#f6e48e;
--sunflower:#ffc414;
--exotic-blossom:#ff9e42;
--grapefruit-pulp:#ff6e61;
--red-pigment:#ea1f26;
}