Luxury Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Luxury Elegance palette
Color Inspiration
Images that showcase this color palette in real designs
Download Luxury Elegance Color Palette (PNG)
Luxury Elegance color palette CSS
/* CSS */
.color-1 {
color: #c7b299;
}
.color-2 {
color: #e1d4c6;
}
.color-3 {
color: #f4e7e1;
}
.color-4 {
color: #d6b6a8;
}
.color-5 {
color: #a79e95;
}
/* CSS Variables */
:root {
--color-1: #c7b299;
--color-2: #e1d4c6;
--color-3: #f4e7e1;
--color-4: #d6b6a8;
--color-5: #a79e95;
}
Luxury Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b299, #e1d4c6, #f4e7e1, #d6b6a8, #a79e95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b299, #e1d4c6, #f4e7e1, #d6b6a8, #a79e95);
}
Similar color palettes
Luxury Elegance color palette created on .