Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.pink-orange {
color: #ff8f66;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--pink-orange:#ff8f66;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--white:#ffffff;
}