Discover the beautiful Shades of Green color palette featuring fern (#5abf76), vista blue (#9fd1b7), chrome white (#e1f2d4), peach yellow (#f9eaa4) and rose bud (#f6a398).
Shades of Green Color Palette
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
Explore how the Shades of Green palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Shades of Green palette
💻 Shades of Green color palette CSS
/* CSS */
.color-1 {
color: #5abf76;
}
.color-2 {
color: #9fd1b7;
}
.color-3 {
color: #e1f2d4;
}
.color-4 {
color: #f9eaa4;
}
.color-5 {
color: #f6a398;
}
/* CSS Variables */
:root {
--color-1: #5abf76;
--color-2: #9fd1b7;
--color-3: #e1f2d4;
--color-4: #f9eaa4;
--color-5: #f6a398;
}
🌈 Shades of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf76, #9fd1b7, #e1f2d4, #f9eaa4, #f6a398);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf76, #9fd1b7, #e1f2d4, #f9eaa4, #f6a398);
}
🔗 Explore similar color palettes
Shades of Green color palette created on .