All Palettes

Color Palette #ff6e61, #f7b5a1, #f9c69f, #f3ead8, #f0f4f1

0%
0%
0%

CSS code for this palette

/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.shrimp-toast {
color: #f9c69f;
}
.privileged {
color: #f3ead8;
}
.bakery-box {
color: #f0f4f1;
}

/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--shrimp-toast:#f9c69f;
--privileged:#f3ead8;
--bakery-box:#f0f4f1;
}

More palettes to explore