Soft Red Pastry Color Palette

Discover the beautiful Soft Red Pastry color palette featuring mandys pink (#f2b1b1), tonys pink (#e68989), chestnut rose (#d45e5e), flush mahogany (#c03535) and roof terracotta (#a41e1e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Red, Fun, Cool Summer, Vintage color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Soft Red Pastry palette

Share this palette to:

💻 Soft Red Pastry color palette CSS

/* CSS */
.color-1 {
color: #f2b1b1;
}
.color-2 {
color: #e68989;
}
.color-3 {
color: #d45e5e;
}
.color-4 {
color: #c03535;
}
.color-5 {
color: #a41e1e;
}

/* CSS Variables */
:root {
--color-1: #f2b1b1;
--color-2: #e68989;
--color-3: #d45e5e;
--color-4: #c03535;
--color-5: #a41e1e;
}

🌈 Soft Red Pastry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b1b1, #e68989, #d45e5e, #c03535, #a41e1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b1b1, #e68989, #d45e5e, #c03535, #a41e1e);
}

Soft Red Pastry color palette created on .