Forest Whisper Color Palette
Discover the beautiful Forest Whisper color palette featuring woodland (#395a2b), fern green (#4f7a3e), mantis (#80b95b), tacha (#c3d15c) and paarl (#a43f28).
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 Forest Whisper palette
💻 Forest Whisper color palette CSS
/* CSS */
.color-1 {
color: #395a2b;
}
.color-2 {
color: #4f7a3e;
}
.color-3 {
color: #80b95b;
}
.color-4 {
color: #c3d15c;
}
.color-5 {
color: #a43f28;
}
/* CSS Variables */
:root {
--color-1: #395a2b;
--color-2: #4f7a3e;
--color-3: #80b95b;
--color-4: #c3d15c;
--color-5: #a43f28;
} 🌈 Forest Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #395a2b, #4f7a3e, #80b95b, #c3d15c, #a43f28);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #395a2b, #4f7a3e, #80b95b, #c3d15c, #a43f28);
} 🔗 Explore similar color palettes
Forest Whisper color palette created on .