Golden Luxe Color Palette
Discover the beautiful Golden Luxe color palette featuring equator (#e3c26d), gimblet (#c0a96d), limed oak (#9a7b4c), soya bean (#6c604b) and cabbage pont (#3f4b3a).
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 Luxe palette
💻 Golden Luxe color palette CSS
/* CSS */
.color-1 {
color: #e3c26d;
}
.color-2 {
color: #c0a96d;
}
.color-3 {
color: #9a7b4c;
}
.color-4 {
color: #6c604b;
}
.color-5 {
color: #3f4b3a;
}
/* CSS Variables */
:root {
--color-1: #e3c26d;
--color-2: #c0a96d;
--color-3: #9a7b4c;
--color-4: #6c604b;
--color-5: #3f4b3a;
} 🌈 Golden Luxe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3c26d, #c0a96d, #9a7b4c, #6c604b, #3f4b3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3c26d, #c0a96d, #9a7b4c, #6c604b, #3f4b3a);
} 🔗 Explore similar color palettes
Golden Luxe color palette created on .