Whispers of Tranquil Earth Color Palette
Discover the beautiful Whispers of Tranquil Earth color palette featuring catskill white (#dee8f2), nobel (#b3b3b3), oslo gray (#949999), sycamore (#a79b44) and wedgewood (#4b78a0).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withGray, Minimalist, Modern, Soft, Autumn 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 Tranquil Earth palette
💻 Whispers of Tranquil Earth color palette CSS
/* CSS */
.color-1 {
color: #dee8f2;
}
.color-2 {
color: #b3b3b3;
}
.color-3 {
color: #949999;
}
.color-4 {
color: #a79b44;
}
.color-5 {
color: #4b78a0;
}
/* CSS Variables */
:root {
--color-1: #dee8f2;
--color-2: #b3b3b3;
--color-3: #949999;
--color-4: #a79b44;
--color-5: #4b78a0;
} 🌈 Whispers of Tranquil Earth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dee8f2, #b3b3b3, #949999, #a79b44, #4b78a0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dee8f2, #b3b3b3, #949999, #a79b44, #4b78a0);
} 🔗 Explore similar color palettes
Whispers of Tranquil Earth color palette created on .