Green Kalebberg Color Palette

Discover the beautiful Green Kalebberg color palette featuring saffron (#f7b32b), saffron mango (#f9c54e), olivine (#91be6f), apple (#43b12b) and killarney (#2d582c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Amber, Green, Spring, Vibrant 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 Green Kalebberg palette

Share this palette to:

💻 Green Kalebberg color palette CSS

/* CSS */
.color-1 {
color: #f7b32b;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #91be6f;
}
.color-4 {
color: #43b12b;
}
.color-5 {
color: #2d582c;
}

/* CSS Variables */
:root {
--color-1: #f7b32b;
--color-2: #f9c54e;
--color-3: #91be6f;
--color-4: #43b12b;
--color-5: #2d582c;
}

🌈 Green Kalebberg background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b32b, #f9c54e, #91be6f, #43b12b, #2d582c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b32b, #f9c54e, #91be6f, #43b12b, #2d582c);
}

Green Kalebberg color palette created on .