Whispering Woods Color Palette
Discover the beautiful Whispering Woods color palette featuring fern frond (#4b7d2b), mantis (#6bbf5a), moss green (#a7d7a2), tea green (#e3f6d5) and rio grande (#c4d600).
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 Woods palette
💻 Whispering Woods color palette CSS
/* CSS */
.color-1 {
color: #4b7d2b;
}
.color-2 {
color: #6bbf5a;
}
.color-3 {
color: #a7d7a2;
}
.color-4 {
color: #e3f6d5;
}
.color-5 {
color: #c4d600;
}
/* CSS Variables */
:root {
--color-1: #4b7d2b;
--color-2: #6bbf5a;
--color-3: #a7d7a2;
--color-4: #e3f6d5;
--color-5: #c4d600;
} 🌈 Whispering Woods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7d2b, #6bbf5a, #a7d7a2, #e3f6d5, #c4d600);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7d2b, #6bbf5a, #a7d7a2, #e3f6d5, #c4d600);
} 🔗 Explore similar color palettes
Whispering Woods color palette created on .