Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fire-orange {
color: #ff8f5c;
}
.floral-leaf {
color: #ffb84d;
}
.kuchinashi-yellow {
color: #ffdc52;
}
.yellow-petal {
color: #f1e94b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fire-orange:#ff8f5c;
--floral-leaf:#ffb84d;
--kuchinashi-yellow:#ffdc52;
--yellow-petal:#f1e94b;
}