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 withAmber, Bright Autumn, Earthy, Green, Herb, Nature, 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 Fenugreek Delight palette
๐ป 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);
} ๐ Explore similar color palettes
Fenugreek Delight color palette created on .