Whispering Woods Color Palette
Discover the beautiful Whispering Woods color palette featuring amazon (#3a7856), emerald (#5abf7a), vista blue (#87d9a8), fringy flower (#b0e3d4) and off green (#e7f9f0).
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: #3a7856;
}
.color-2 {
color: #5abf7a;
}
.color-3 {
color: #87d9a8;
}
.color-4 {
color: #b0e3d4;
}
.color-5 {
color: #e7f9f0;
}
/* CSS Variables */
:root {
--color-1: #3a7856;
--color-2: #5abf7a;
--color-3: #87d9a8;
--color-4: #b0e3d4;
--color-5: #e7f9f0;
} 🌈 Whispering Woods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7856, #5abf7a, #87d9a8, #b0e3d4, #e7f9f0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7856, #5abf7a, #87d9a8, #b0e3d4, #e7f9f0);
} 🔗 Explore similar color palettes
Whispering Woods color palette created on .