Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.pale-marigold {
color: #ffbd42;
}
.hollandaise {
color: #ffec3d;
}
.be-spontaneous {
color: #a0d468;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--pale-marigold:#ffbd42;
--hollandaise:#ffec3d;
--be-spontaneous:#a0d468;
}