Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.energy-yellow {
color: #f7d850;
}
.jeune-citron {
color: #a8d30d;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--energy-yellow:#f7d850;
--jeune-citron:#a8d30d;
--windstorm:#6999c3;
}