Wilderness Whisper Color Palette
Discover the beautiful Wilderness Whisper color palette featuring asparagus (#6c9c4f), olivine (#8fbf7d), moss green (#a5d69f), sandwisp (#f3e4a0) and porsche (#e9b16d).
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 Wilderness Whisper palette
💻 Wilderness Whisper color palette CSS
/* CSS */
.color-1 {
color: #6c9c4f;
}
.color-2 {
color: #8fbf7d;
}
.color-3 {
color: #a5d69f;
}
.color-4 {
color: #f3e4a0;
}
.color-5 {
color: #e9b16d;
}
/* CSS Variables */
:root {
--color-1: #6c9c4f;
--color-2: #8fbf7d;
--color-3: #a5d69f;
--color-4: #f3e4a0;
--color-5: #e9b16d;
} 🌈 Wilderness Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c9c4f, #8fbf7d, #a5d69f, #f3e4a0, #e9b16d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c9c4f, #8fbf7d, #a5d69f, #f3e4a0, #e9b16d);
} 🔗 Explore similar color palettes
Wilderness Whisper color palette created on .