All Palettes

Color Palette #ffffff, #f0e78e, #f0c17a, #d67f7a, #a400b3

0%
0%
0%

CSS code for this palette

/* CSS */
.white {
color: #ffffff;
}
.bright-khaki {
color: #f0e78e;
}
.sunrise {
color: #f0c17a;
}
.cranapple {
color: #d67f7a;
}
.heliotrope-magenta {
color: #a400b3;
}

/* CSS Variables */
:root {
--white:#ffffff;
--bright-khaki:#f0e78e;
--sunrise:#f0c17a;
--cranapple:#d67f7a;
--heliotrope-magenta:#a400b3;
}

More palettes to explore