Verdant Serenity Color Palette
Discover the beautiful Verdant Serenity color palette featuring mountain meadow (#19b385), shamrock (#2edc8a), spring green (#3dffae), aquamarine (#6bffb8) and aquamarine (#94ffd2).
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 Serenity palette
💻 Verdant Serenity color palette CSS
/* CSS */
.color-1 {
color: #19b385;
}
.color-2 {
color: #2edc8a;
}
.color-3 {
color: #3dffae;
}
.color-4 {
color: #6bffb8;
}
.color-5 {
color: #94ffd2;
}
/* CSS Variables */
:root {
--color-1: #19b385;
--color-2: #2edc8a;
--color-3: #3dffae;
--color-4: #6bffb8;
--color-5: #94ffd2;
} 🌈 Verdant Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b385, #2edc8a, #3dffae, #6bffb8, #94ffd2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b385, #2edc8a, #3dffae, #6bffb8, #94ffd2);
} Verdant Serenity color palette created on .