Whispers of Tranquility Color Palette
Discover the beautiful Whispers of Tranquility color palette featuring black haze (#f8f9f9), pale leaf (#bbd0b6), jet stream (#afd0cb), summer green (#a4c1b1) and cascade (#93b0aa).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, 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 Tranquility palette
💻 Whispers of Tranquility color palette CSS
/* CSS */
.color-1 {
color: #f8f9f9;
}
.color-2 {
color: #bbd0b6;
}
.color-3 {
color: #afd0cb;
}
.color-4 {
color: #a4c1b1;
}
.color-5 {
color: #93b0aa;
}
/* CSS Variables */
:root {
--color-1: #f8f9f9;
--color-2: #bbd0b6;
--color-3: #afd0cb;
--color-4: #a4c1b1;
--color-5: #93b0aa;
} 🌈 Whispers of Tranquility background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f9f9, #bbd0b6, #afd0cb, #a4c1b1, #93b0aa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f9f9, #bbd0b6, #afd0cb, #a4c1b1, #93b0aa);
} 🔗 Explore similar color palettes
Whispers of Tranquility color palette created on .