Soft Love Color Palette

Discover the beautiful Soft Love color palette featuring wisp pink (#fce9ee), cherub (#fae0e4), we peep (#f6d0d9), beauty bush (#f1c1cb) and beauty bush (#edb6c0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLight, Pink, 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 Love palette

Share this palette to:

💻 Soft Love color palette CSS

/* CSS */
.color-1 {
color: #fce9ee;
}
.color-2 {
color: #fae0e4;
}
.color-3 {
color: #f6d0d9;
}
.color-4 {
color: #f1c1cb;
}
.color-5 {
color: #edb6c0;
}

/* CSS Variables */
:root {
--color-1: #fce9ee;
--color-2: #fae0e4;
--color-3: #f6d0d9;
--color-4: #f1c1cb;
--color-5: #edb6c0;
}

🌈 Soft Love background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce9ee, #fae0e4, #f6d0d9, #f1c1cb, #edb6c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce9ee, #fae0e4, #f6d0d9, #f1c1cb, #edb6c0);
}

Soft Love color palette created on .