Luxury Drive Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Luxury Drive palette
Luxury Drive color palette CSS
/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #bfbfbf;
}
.color-3 {
color: #a87e00;
}
.color-4 {
color: #8c5a2b;
}
.color-5 {
color: #5a4d2a;
}
/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #bfbfbf;
--color-3: #a87e00;
--color-4: #8c5a2b;
--color-5: #5a4d2a;
}
Luxury Drive background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #bfbfbf, #a87e00, #8c5a2b, #5a4d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #bfbfbf, #a87e00, #8c5a2b, #5a4d2a);
}
Similar color palettes
Luxury Drive color palette created on .