Whispers of Sand Color Palette
Discover the beautiful Whispers of Sand color palette featuring soft amber (#d0c0af), bone (#e5d4c2), parchment (#f3e7d8), albescent white (#f6e7d0) and vanilla (#d5baaa).
Brightness
Saturation
Warmth
💡 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 Sand palette
💻 Whispers of Sand color palette CSS
/* CSS */
.color-1 {
color: #d0c0af;
}
.color-2 {
color: #e5d4c2;
}
.color-3 {
color: #f3e7d8;
}
.color-4 {
color: #f6e7d0;
}
.color-5 {
color: #d5baaa;
}
/* CSS Variables */
:root {
--color-1: #d0c0af;
--color-2: #e5d4c2;
--color-3: #f3e7d8;
--color-4: #f6e7d0;
--color-5: #d5baaa;
} 🌈 Whispers of Sand background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c0af, #e5d4c2, #f3e7d8, #f6e7d0, #d5baaa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c0af, #e5d4c2, #f3e7d8, #f6e7d0, #d5baaa);
} 🔗 Explore similar color palettes
Whispers of Sand color palette created on .