Verdant Serenity Color Palette
Discover the beautiful Verdant Serenity color palette featuring fun green (#008539), apple (#3ab64a), pastel green (#74d889), chinook (#a3e0b6) and tara (#cff2d5).
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 Serenity palette
💻 Verdant Serenity color palette CSS
/* CSS */
.color-1 {
color: #008539;
}
.color-2 {
color: #3ab64a;
}
.color-3 {
color: #74d889;
}
.color-4 {
color: #a3e0b6;
}
.color-5 {
color: #cff2d5;
}
/* CSS Variables */
:root {
--color-1: #008539;
--color-2: #3ab64a;
--color-3: #74d889;
--color-4: #a3e0b6;
--color-5: #cff2d5;
}
🌈 Verdant Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #008539, #3ab64a, #74d889, #a3e0b6, #cff2d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #008539, #3ab64a, #74d889, #a3e0b6, #cff2d5);
}
🔗 Explore similar color palettes
Verdant Serenity color palette created on .