Verdant Serenity Color Palette
Discover the beautiful Verdant Serenity color palette featuring como (#4d6f5e), amulet (#799a7d), summer green (#a3c2b3), edgewater (#d1e6e0) and harp (#f1f8f4).
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: #4d6f5e;
}
.color-2 {
color: #799a7d;
}
.color-3 {
color: #a3c2b3;
}
.color-4 {
color: #d1e6e0;
}
.color-5 {
color: #f1f8f4;
}
/* CSS Variables */
:root {
--color-1: #4d6f5e;
--color-2: #799a7d;
--color-3: #a3c2b3;
--color-4: #d1e6e0;
--color-5: #f1f8f4;
}
🌈 Verdant Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6f5e, #799a7d, #a3c2b3, #d1e6e0, #f1f8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6f5e, #799a7d, #a3c2b3, #d1e6e0, #f1f8f4);
}
🔗 Explore similar color palettes
Verdant Serenity color palette created on .