All Palettes

Color Palette #ff6e61, #f7b1a1, #f7e1b6, #a7d7b8, #699a9b

0%
0%
0%

CSS code for this palette

/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.first-date {
color: #f7b1a1;
}
.flan {
color: #f7e1b6;
}
.eerie-glow {
color: #a7d7b8;
}
.desaturated-cyan {
color: #699a9b;
}

/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--first-date:#f7b1a1;
--flan:#f7e1b6;
--eerie-glow:#a7d7b8;
--desaturated-cyan:#699a9b;
}

More palettes to explore