Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.tuscan-sun {
color: #ffd84d;
}
.burst-of-lime {
color: #a7d13d;
}
.heart-chakra {
color: #5eba7e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--tuscan-sun:#ffd84d;
--burst-of-lime:#a7d13d;
--heart-chakra:#5eba7e;
}