Whispering Stones Color Palette
Discover the beautiful Whispering Stones color palette featuring iron (#cfd2d3), silver sand (#b0b4b5), edward (#9aa1a2), rolling stone (#7c7d7e) and nevada (#5f6263).
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 Whispering Stones palette
💻 Whispering Stones color palette CSS
/* CSS */
.color-1 {
color: #cfd2d3;
}
.color-2 {
color: #b0b4b5;
}
.color-3 {
color: #9aa1a2;
}
.color-4 {
color: #7c7d7e;
}
.color-5 {
color: #5f6263;
}
/* CSS Variables */
:root {
--color-1: #cfd2d3;
--color-2: #b0b4b5;
--color-3: #9aa1a2;
--color-4: #7c7d7e;
--color-5: #5f6263;
} 🌈 Whispering Stones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfd2d3, #b0b4b5, #9aa1a2, #7c7d7e, #5f6263);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfd2d3, #b0b4b5, #9aa1a2, #7c7d7e, #5f6263);
} 🔗 Explore similar color palettes
Whispering Stones color palette created on .