Valley Whisper Color Palette
Discover the beautiful Valley Whisper color palette featuring chrome white (#e5f2d4), moss green (#c3e1b7), moss green (#a4d4a1), de york (#82c9a2) and emerald (#5abf84).
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 Valley Whisper palette
💻 Valley Whisper color palette CSS
/* CSS */
.color-1 {
color: #e5f2d4;
}
.color-2 {
color: #c3e1b7;
}
.color-3 {
color: #a4d4a1;
}
.color-4 {
color: #82c9a2;
}
.color-5 {
color: #5abf84;
}
/* CSS Variables */
:root {
--color-1: #e5f2d4;
--color-2: #c3e1b7;
--color-3: #a4d4a1;
--color-4: #82c9a2;
--color-5: #5abf84;
} 🌈 Valley Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f2d4, #c3e1b7, #a4d4a1, #82c9a2, #5abf84);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f2d4, #c3e1b7, #a4d4a1, #82c9a2, #5abf84);
} 🔗 Explore similar color palettes
Valley Whisper color palette created on .