Whispers of Soft Elegance Color Palette

Discover the beautiful Whispers of Soft Elegance color palette featuring alabaster (#fcfcfc), ebb (#e9e2e3), swiss coffee (#d9d3d4), cold turkey (#cfbfc0) and pink swan (#bcaeaf).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Elegant, Modern, 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 Whispers of Soft Elegance palette

Share this palette to:

💻 Whispers of Soft Elegance color palette CSS

/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #e9e2e3;
}
.color-3 {
color: #d9d3d4;
}
.color-4 {
color: #cfbfc0;
}
.color-5 {
color: #bcaeaf;
}

/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #e9e2e3;
--color-3: #d9d3d4;
--color-4: #cfbfc0;
--color-5: #bcaeaf;
}

🌈 Whispers of Soft Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #e9e2e3, #d9d3d4, #cfbfc0, #bcaeaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #e9e2e3, #d9d3d4, #cfbfc0, #bcaeaf);
}

Whispers of Soft Elegance color palette created on .