Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.tangerine-tango {
color: #ff9d4d;
}
.bread-n-butter {
color: #ffd080;
}
.yippie-ya-yellow {
color: #f3f99f;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--tangerine-tango:#ff9d4d;
--bread-n-butter:#ffd080;
--yippie-ya-yellow:#f3f99f;
--white:#ffffff;
}