Golden Truffle Color Palette
Discover the beautiful Golden Truffle color palette featuring husk (#b59c4f), tacha (#d5b772), new orleans (#f1cf9d), ronchi (#f1c84b) and alpine (#b68e2f).
Brightness
Saturation
Warmth
💡 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 Golden Truffle palette
💻 Golden Truffle color palette CSS
/* CSS */
.color-1 {
color: #b59c4f;
}
.color-2 {
color: #d5b772;
}
.color-3 {
color: #f1cf9d;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #b68e2f;
}
/* CSS Variables */
:root {
--color-1: #b59c4f;
--color-2: #d5b772;
--color-3: #f1cf9d;
--color-4: #f1c84b;
--color-5: #b68e2f;
} 🌈 Golden Truffle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b59c4f, #d5b772, #f1cf9d, #f1c84b, #b68e2f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b59c4f, #d5b772, #f1cf9d, #f1c84b, #b68e2f);
} 🔗 Explore similar color palettes
Golden Truffle color palette created on .