Soft Green Color Palette
Discover the beautiful Soft Green color palette featuring bud (#a2b29f), tasman (#c2d1c2), gray nurse (#e5e8e3), givry (#f9e0c3) and mandys pink (#f5c0b2).
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 Soft Green palette
💻 Soft Green color palette CSS
/* CSS */
.color-1 {
color: #a2b29f;
}
.color-2 {
color: #c2d1c2;
}
.color-3 {
color: #e5e8e3;
}
.color-4 {
color: #f9e0c3;
}
.color-5 {
color: #f5c0b2;
}
/* CSS Variables */
:root {
--color-1: #a2b29f;
--color-2: #c2d1c2;
--color-3: #e5e8e3;
--color-4: #f9e0c3;
--color-5: #f5c0b2;
}
🌈 Soft Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b29f, #c2d1c2, #e5e8e3, #f9e0c3, #f5c0b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b29f, #c2d1c2, #e5e8e3, #f9e0c3, #f5c0b2);
}
🔗 Explore similar color palettes
Soft Green color palette created on .