Luxury Olive Green Color Palette

Discover the beautiful Luxury Olive Green color palette featuring fern frond (#496c1e), sycamore (#6c8f38), mantis (#8fbf5f), deco (#c1d9a1) and rum swizzle (#f4f9e6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Nature, Luxury, Earthy, Light 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 Luxury Olive Green palette

Share this palette to:

💻 Luxury Olive Green color palette CSS

/* CSS */
.color-1 {
color: #496c1e;
}
.color-2 {
color: #6c8f38;
}
.color-3 {
color: #8fbf5f;
}
.color-4 {
color: #c1d9a1;
}
.color-5 {
color: #f4f9e6;
}

/* CSS Variables */
:root {
--color-1: #496c1e;
--color-2: #6c8f38;
--color-3: #8fbf5f;
--color-4: #c1d9a1;
--color-5: #f4f9e6;
}

🌈 Luxury Olive Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496c1e, #6c8f38, #8fbf5f, #c1d9a1, #f4f9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496c1e, #6c8f38, #8fbf5f, #c1d9a1, #f4f9e6);
}

Luxury Olive Green color palette created on .