Discover the beautiful Golden Grain color palette featuring wheat (#f5deb2), pancho (#edd5a6), tumbleweed (#d9b97d), twine (#c59d59) and cape palliser (#a87c3e).
Golden Grain Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Golden Grain palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Golden Grain palette
💻 Golden Grain color palette CSS
/* CSS */
.color-1 {
color: #f5deb2;
}
.color-2 {
color: #edd5a6;
}
.color-3 {
color: #d9b97d;
}
.color-4 {
color: #c59d59;
}
.color-5 {
color: #a87c3e;
}
/* CSS Variables */
:root {
--color-1: #f5deb2;
--color-2: #edd5a6;
--color-3: #d9b97d;
--color-4: #c59d59;
--color-5: #a87c3e;
}
🌈 Golden Grain background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5deb2, #edd5a6, #d9b97d, #c59d59, #a87c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5deb2, #edd5a6, #d9b97d, #c59d59, #a87c3e);
}
🔗 Explore similar color palettes
Golden Grain color palette created on .