Granny Green Color Palette
Discover the beautiful Granny Green color palette featuring feijoa (#a8d27f), apple (#6cbe46), apple (#4b9d3f), goblin (#3a792f) and parsley (#2b5b20).
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 Granny Green palette
💻 Granny Green color palette CSS
/* CSS */
.color-1 {
color: #a8d27f;
}
.color-2 {
color: #6cbe46;
}
.color-3 {
color: #4b9d3f;
}
.color-4 {
color: #3a792f;
}
.color-5 {
color: #2b5b20;
}
/* CSS Variables */
:root {
--color-1: #a8d27f;
--color-2: #6cbe46;
--color-3: #4b9d3f;
--color-4: #3a792f;
--color-5: #2b5b20;
} 🌈 Granny Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d27f, #6cbe46, #4b9d3f, #3a792f, #2b5b20);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d27f, #6cbe46, #4b9d3f, #3a792f, #2b5b20);
} 🔗 Explore similar color palettes
Granny Green color palette created on .