Soft Red Color Palette

Discover the beautiful Soft Red color palette featuring manhattan (#f7c6a1), wewak (#f1a8a2), sea pink (#f0999c), burnt sienna (#f06d66) and cinnabar (#e74d3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSoft, Peach, Red, Warm, Sunset 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 palette

Share this palette to:

💻 Soft Red color palette CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f0999c;
}
.color-4 {
color: #f06d66;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f1a8a2;
--color-3: #f0999c;
--color-4: #f06d66;
--color-5: #e74d3c;
}

🌈 Soft Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f1a8a2, #f0999c, #f06d66, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f1a8a2, #f0999c, #f06d66, #e74d3c);
}

Soft Red color palette created on .