Soft Elegance Color Palette

Discover the beautiful Soft Elegance color palette featuring cod gray (#1a1a1a), lavender blush (#ffebee), snuff (#f3e5f5), prelude (#d1c3e9) and hawkes blue (#e2f2fd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, White, Pink, Purple, Blue, Light, Soft, Elegant, Bright, Spring 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: #1a1a1a;
}
.color-2 {
color: #ffebee;
}
.color-3 {
color: #f3e5f5;
}
.color-4 {
color: #d1c3e9;
}
.color-5 {
color: #e2f2fd;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #ffebee;
--color-3: #f3e5f5;
--color-4: #d1c3e9;
--color-5: #e2f2fd;
}

🌈 Soft Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #ffebee, #f3e5f5, #d1c3e9, #e2f2fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #ffebee, #f3e5f5, #d1c3e9, #e2f2fd);
}

Soft Elegance color palette created on .