Emerald Hues of Kakuna Color Palette

Discover the beautiful Emerald Hues of Kakuna color palette featuring old gold (#d6c24c), celery (#b0bf4f), asparagus (#7b9b4b), hippie green (#4b814d) and stromboli (#2d5d4a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Nature, Summer 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 Emerald Hues of Kakuna palette

Share this palette to:

💻 Emerald Hues of Kakuna color palette CSS

/* CSS */
.color-1 {
color: #d6c24c;
}
.color-2 {
color: #b0bf4f;
}
.color-3 {
color: #7b9b4b;
}
.color-4 {
color: #4b814d;
}
.color-5 {
color: #2d5d4a;
}

/* CSS Variables */
:root {
--color-1: #d6c24c;
--color-2: #b0bf4f;
--color-3: #7b9b4b;
--color-4: #4b814d;
--color-5: #2d5d4a;
}

🌈 Emerald Hues of Kakuna background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c24c, #b0bf4f, #7b9b4b, #4b814d, #2d5d4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c24c, #b0bf4f, #7b9b4b, #4b814d, #2d5d4a);
}

Emerald Hues of Kakuna color palette created on .