Granny Smith Color Palette

Discover the beautiful Granny Smith color palette featuring sprout (#a9d2a2), celadon (#b4e2b1), caper (#d4e9ba), astra (#f3f9b8) and dairy cream (#f9e3b8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fruit, Green, Light, Soft, Summer, Vibrant, Yellow 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 Granny Smith palette

Share this palette to:

💻 Granny Smith color palette CSS

/* CSS */
.color-1 {
color: #a9d2a2;
}
.color-2 {
color: #b4e2b1;
}
.color-3 {
color: #d4e9ba;
}
.color-4 {
color: #f3f9b8;
}
.color-5 {
color: #f9e3b8;
}

/* CSS Variables */
:root {
--color-1: #a9d2a2;
--color-2: #b4e2b1;
--color-3: #d4e9ba;
--color-4: #f3f9b8;
--color-5: #f9e3b8;
}

🌈 Granny Smith background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d2a2, #b4e2b1, #d4e9ba, #f3f9b8, #f9e3b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d2a2, #b4e2b1, #d4e9ba, #f3f9b8, #f9e3b8);
}

Granny Smith color palette created on .