All Palettes

Color Palette #ff6e61, #ff9d4d, #ffd080, #f3f99f, #ffffff

0%
0%
0%

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;
}

More palettes to explore