Luxor Sunshine Color Palette
Discover the beautiful Luxor Sunshine color palette featuring tacha (#d6c16b), earls green (#bead3c), luxor gold (#a88c2e), luxor gold (#a4982d) and pesto (#8b6a2d).
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 Luxor Sunshine palette
💻 Luxor Sunshine color palette CSS
/* CSS */
.color-1 {
color: #d6c16b;
}
.color-2 {
color: #bead3c;
}
.color-3 {
color: #a88c2e;
}
.color-4 {
color: #a4982d;
}
.color-5 {
color: #8b6a2d;
}
/* CSS Variables */
:root {
--color-1: #d6c16b;
--color-2: #bead3c;
--color-3: #a88c2e;
--color-4: #a4982d;
--color-5: #8b6a2d;
} 🌈 Luxor Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c16b, #bead3c, #a88c2e, #a4982d, #8b6a2d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c16b, #bead3c, #a88c2e, #a4982d, #8b6a2d);
} 🔗 Explore similar color palettes
Luxor Sunshine color palette created on .