Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.veiling-waterfalls {
color: #d6e5ff;
}
.green-trance {
color: #a3dba4;
}
.tulip {
color: #ff8a92;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--veiling-waterfalls:#d6e5ff;
--green-trance:#a3dba4;
--tulip:#ff8a92;
}