All Palettes

Color Palette #ff7094, #ff9a6b, #ffcb6b, #ffe68a, #ffffff

0%
0%
0%

CSS code for this palette

/* CSS */
.blush-hour {
color: #ff7094;
}
.fresh-cantaloupe {
color: #ff9a6b;
}
.faded-sunlight {
color: #ffcb6b;
}
.bicycle-yellow {
color: #ffe68a;
}
.white {
color: #ffffff;
}

/* CSS Variables */
:root {
--blush-hour:#ff7094;
--fresh-cantaloupe:#ff9a6b;
--faded-sunlight:#ffcb6b;
--bicycle-yellow:#ffe68a;
--white:#ffffff;
}

More palettes to explore