Soft Elegance Color Palette

Discover the beautiful Soft Elegance color palette featuring beauty bush (#f1cace), brandy (#dfba9f), chamois (#eed8ba), tumbleweed (#dca68a) and silver rust (#cdc4c3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Elegant, Feminine, Muted, Peach, Pink, Soft, Tan, 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 Elegance palette

Share this palette to:

💻 Soft Elegance color palette CSS

/* CSS */
.color-1 {
color: #f1cace;
}
.color-2 {
color: #dfba9f;
}
.color-3 {
color: #eed8ba;
}
.color-4 {
color: #dca68a;
}
.color-5 {
color: #cdc4c3;
}

/* CSS Variables */
:root {
--color-1: #f1cace;
--color-2: #dfba9f;
--color-3: #eed8ba;
--color-4: #dca68a;
--color-5: #cdc4c3;
}

🌈 Soft Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1cace, #dfba9f, #eed8ba, #dca68a, #cdc4c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1cace, #dfba9f, #eed8ba, #dca68a, #cdc4c3);
}

Soft Elegance color palette created on .