Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f7b0c3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.vibrant {
color: #ffd54d;
}
.jeune-citron {
color: #a8d30d;
}
/* CSS Variables */
:root {
--cupid:#f7b0c3;
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--vibrant:#ffd54d;
--jeune-citron:#a8d30d;
}