Whispers of Soft Sands Color Palette
Discover the beautiful Whispers of Soft Sands color palette featuring white (#ffffff), alabaster (#fafafa), desert storm (#ebebea), silver sand (#c5c9c9) and pavlova (#d6c59e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withWhite, Minimalist, Cool, Neutral, 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 Sands palette
💻 Whispers of Soft Sands color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fafafa;
}
.color-3 {
color: #ebebea;
}
.color-4 {
color: #c5c9c9;
}
.color-5 {
color: #d6c59e;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafafa;
--color-3: #ebebea;
--color-4: #c5c9c9;
--color-5: #d6c59e;
} 🌈 Whispers of Soft Sands background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafafa, #ebebea, #c5c9c9, #d6c59e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafafa, #ebebea, #c5c9c9, #d6c59e);
} 🔗 Explore similar color palettes
Whispers of Soft Sands color palette created on .