Luxury Light Color Palette
Discover the beautiful Luxury Light color palette featuring satin linen (#e5e0d7), sisal (#d1c6b8), nomad (#b6a99a), barley corn (#a27c5d) and shingle fawn (#6a4e39).
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 Luxury Light palette
💻 Luxury Light color palette CSS
/* CSS */
.color-1 {
color: #e5e0d7;
}
.color-2 {
color: #d1c6b8;
}
.color-3 {
color: #b6a99a;
}
.color-4 {
color: #a27c5d;
}
.color-5 {
color: #6a4e39;
}
/* CSS Variables */
:root {
--color-1: #e5e0d7;
--color-2: #d1c6b8;
--color-3: #b6a99a;
--color-4: #a27c5d;
--color-5: #6a4e39;
} 🌈 Luxury Light background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5e0d7, #d1c6b8, #b6a99a, #a27c5d, #6a4e39);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5e0d7, #d1c6b8, #b6a99a, #a27c5d, #6a4e39);
} 🔗 Explore similar color palettes
Luxury Light color palette created on .