All Palettes

Color Palette #ffffff, #ff5c7f, #ffdb66, #ff6e61, #ff4d3d

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.brink-pink {
color: #ff5c7f;
}
.sunrose-yellow {
color: #ffdb66;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dusk-orange {
color: #ff4d3d;
}

/* CSS Variables */
:root {
--white:#ffffff;
--brink-pink:#ff5c7f;
--sunrose-yellow:#ffdb66;
--grapefruit-pulp:#ff6e61;
--dusk-orange:#ff4d3d;
}

More palettes to explore