Whispers of Soft Elegance Color Palette
Discover the beautiful Whispers of Soft Elegance color palette featuring alabaster (#fcfcfc), black haze (#f2f3f3), desert storm (#eeeeed), cinderella (#fddece) and swiss coffee (#dbd3d1).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist 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
💻 Whispers of Soft Elegance color palette CSS
/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #f2f3f3;
}
.color-3 {
color: #eeeeed;
}
.color-4 {
color: #fddece;
}
.color-5 {
color: #dbd3d1;
}
/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #f2f3f3;
--color-3: #eeeeed;
--color-4: #fddece;
--color-5: #dbd3d1;
}
🌈 Whispers of Soft Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #f2f3f3, #eeeeed, #fddece, #dbd3d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #f2f3f3, #eeeeed, #fddece, #dbd3d1);
}
🔗 Explore similar color palettes
Whispers of Soft Elegance color palette created on .