Soft Green Serenity Color Palette
Discover the beautiful Soft Green Serenity color palette featuring summer green (#a8bdb0), double spanish white (#e9d9c3), spring wood (#faf8f5), careys pink (#d9a5b3) and river bed (#4a5568).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withSoft, Green, Beige, Elegant 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 Soft Green Serenity palette
💻 Soft Green Serenity color palette CSS
/* CSS */
.color-1 {
color: #a8bdb0;
}
.color-2 {
color: #e9d9c3;
}
.color-3 {
color: #faf8f5;
}
.color-4 {
color: #d9a5b3;
}
.color-5 {
color: #4a5568;
}
/* CSS Variables */
:root {
--color-1: #a8bdb0;
--color-2: #e9d9c3;
--color-3: #faf8f5;
--color-4: #d9a5b3;
--color-5: #4a5568;
} 🌈 Soft Green Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8bdb0, #e9d9c3, #faf8f5, #d9a5b3, #4a5568);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8bdb0, #e9d9c3, #faf8f5, #d9a5b3, #4a5568);
} 🔗 Explore similar color palettes
Soft Green Serenity color palette created on .