Soft Color Palette

Discover the beautiful Soft color palette featuring pot pourri (#f7eae9), white linen (#f9f3eb), merino (#faf8f0), gray nurse (#f1f4ef) and porcelain (#ebedef).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Elegant, Light, Modern, Neutral, Pastel, Soft, Spring, Warm 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 palette

Share this palette to:

💻 Soft color palette CSS

/* CSS */
.color-1 {
color: #f7eae9;
}
.color-2 {
color: #f9f3eb;
}
.color-3 {
color: #faf8f0;
}
.color-4 {
color: #f1f4ef;
}
.color-5 {
color: #ebedef;
}

/* CSS Variables */
:root {
--color-1: #f7eae9;
--color-2: #f9f3eb;
--color-3: #faf8f0;
--color-4: #f1f4ef;
--color-5: #ebedef;
}

🌈 Soft background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7eae9, #f9f3eb, #faf8f0, #f1f4ef, #ebedef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7eae9, #f9f3eb, #faf8f0, #f1f4ef, #ebedef);
}

Soft color palette created on .