Verdant Tranquility Color Palette
Discover the beautiful Verdant Tranquility color palette featuring mountain meadow (#19b385), tradewind (#55b4a9), water leaf (#a4e5d8), cruise (#c1f0e8) and hint of green (#e5fff1).
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 Verdant Tranquility palette
💻 Verdant Tranquility color palette CSS
/* CSS */
.color-1 {
color: #19b385;
}
.color-2 {
color: #55b4a9;
}
.color-3 {
color: #a4e5d8;
}
.color-4 {
color: #c1f0e8;
}
.color-5 {
color: #e5fff1;
}
/* CSS Variables */
:root {
--color-1: #19b385;
--color-2: #55b4a9;
--color-3: #a4e5d8;
--color-4: #c1f0e8;
--color-5: #e5fff1;
} 🌈 Verdant Tranquility background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b385, #55b4a9, #a4e5d8, #c1f0e8, #e5fff1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b385, #55b4a9, #a4e5d8, #c1f0e8, #e5fff1);
} Verdant Tranquility color palette created on .