Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-spice {
color: #ffa061;
}
.aspen-gold {
color: #ffd761;
}
.tropical-light {
color: #a1d76a;
}
.hello-summer {
color: #4db8ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-spice:#ffa061;
--aspen-gold:#ffd761;
--tropical-light:#a1d76a;
--hello-summer:#4db8ff;
}