Whispers of Verdant Mist Color Palette
Discover the beautiful Whispers of Verdant Mist color palette featuring black haze (#f9fafa), silver sand (#c4c5c5), gunsmoke (#808583), forest green (#188121) and cape cod (#49504e).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withMinimalist, Modern 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 Verdant Mist palette
💻 Whispers of Verdant Mist color palette CSS
/* CSS */
.color-1 {
color: #f9fafa;
}
.color-2 {
color: #c4c5c5;
}
.color-3 {
color: #808583;
}
.color-4 {
color: #188121;
}
.color-5 {
color: #49504e;
}
/* CSS Variables */
:root {
--color-1: #f9fafa;
--color-2: #c4c5c5;
--color-3: #808583;
--color-4: #188121;
--color-5: #49504e;
} 🌈 Whispers of Verdant Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9fafa, #c4c5c5, #808583, #188121, #49504e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9fafa, #c4c5c5, #808583, #188121, #49504e);
} 🔗 Explore similar color palettes
Whispers of Verdant Mist color palette created on .