Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.sunset-glow {
color: #ffb62e;
}
.peach-cr-me-br-l-e {
color: #ffe29e;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--sunset-glow:#ffb62e;
--peach-cr-me-br-l-e:#ffe29e;
--white:#ffffff;
}