Verdant Whispers Color Palette
Discover the beautiful Verdant Whispers color palette featuring nandor (#4d5b52), xanadu (#6c7a6f), envy (#8da58e), sprout (#b7d4a1) and chrome white (#e0f0d6).
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 Verdant Whispers palette
💻 Verdant Whispers color palette CSS
/* CSS */
.color-1 {
color: #4d5b52;
}
.color-2 {
color: #6c7a6f;
}
.color-3 {
color: #8da58e;
}
.color-4 {
color: #b7d4a1;
}
.color-5 {
color: #e0f0d6;
}
/* CSS Variables */
:root {
--color-1: #4d5b52;
--color-2: #6c7a6f;
--color-3: #8da58e;
--color-4: #b7d4a1;
--color-5: #e0f0d6;
} 🌈 Verdant Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d5b52, #6c7a6f, #8da58e, #b7d4a1, #e0f0d6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d5b52, #6c7a6f, #8da58e, #b7d4a1, #e0f0d6);
} 🔗 Explore similar color palettes
Verdant Whispers color palette created on .