Fenugreek Delight Color Palette

Discover the beautiful Fenugreek Delight color palette featuring wattle (#d6c94c), tussock (#b19e3e), luxor gold (#988b2a), pacifika (#7a6e1f) and west coast (#5b5315).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Earthy, Vibrant, Bright Autumn, Green, Herb, Amber, Nature 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 Fenugreek Delight palette

Share this palette to:

💻 Fenugreek Delight color palette CSS

/* CSS */
.color-1 {
color: #d6c94c;
}
.color-2 {
color: #b19e3e;
}
.color-3 {
color: #988b2a;
}
.color-4 {
color: #7a6e1f;
}
.color-5 {
color: #5b5315;
}

/* CSS Variables */
:root {
--color-1: #d6c94c;
--color-2: #b19e3e;
--color-3: #988b2a;
--color-4: #7a6e1f;
--color-5: #5b5315;
}

🌈 Fenugreek Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c94c, #b19e3e, #988b2a, #7a6e1f, #5b5315);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c94c, #b19e3e, #988b2a, #7a6e1f, #5b5315);
}

Fenugreek Delight color palette created on .