Forest Whisper Color Palette
Discover the beautiful Forest Whisper color palette featuring celadon (#a9e1a3), vista blue (#8cd49a), de york (#71c693), silver tree (#57b78e) and ocean green (#40b07f).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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 Forest Whisper palette
💻 Forest Whisper color palette CSS
/* CSS */
.color-1 {
color: #a9e1a3;
}
.color-2 {
color: #8cd49a;
}
.color-3 {
color: #71c693;
}
.color-4 {
color: #57b78e;
}
.color-5 {
color: #40b07f;
}
/* CSS Variables */
:root {
--color-1: #a9e1a3;
--color-2: #8cd49a;
--color-3: #71c693;
--color-4: #57b78e;
--color-5: #40b07f;
} 🌈 Forest Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e1a3, #8cd49a, #71c693, #57b78e, #40b07f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e1a3, #8cd49a, #71c693, #57b78e, #40b07f);
} Forest Whisper color palette created on .