Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.peach-cr-me-br-l-e {
color: #ffe09e;
}
.green-trance {
color: #a3d9a1;
}
.ti-n-l-n-sky {
color: #68b5f8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--peach-cr-me-br-l-e:#ffe09e;
--green-trance:#a3d9a1;
--ti-n-l-n-sky:#68b5f8;
}