Verdant Whisper Color Palette
Discover the beautiful Verdant Whisper color palette featuring caper (#d5e5a4), summer green (#a2c3b1), patina (#6f9f8e), smalt blue (#4b8b84) and oracle (#397976).
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 Whisper palette
💻 Verdant Whisper color palette CSS
/* CSS */
.color-1 {
color: #d5e5a4;
}
.color-2 {
color: #a2c3b1;
}
.color-3 {
color: #6f9f8e;
}
.color-4 {
color: #4b8b84;
}
.color-5 {
color: #397976;
}
/* CSS Variables */
:root {
--color-1: #d5e5a4;
--color-2: #a2c3b1;
--color-3: #6f9f8e;
--color-4: #4b8b84;
--color-5: #397976;
} 🌈 Verdant Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e5a4, #a2c3b1, #6f9f8e, #4b8b84, #397976);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e5a4, #a2c3b1, #6f9f8e, #4b8b84, #397976);
} 🔗 Explore similar color palettes
Verdant Whisper color palette created on .