F1 Luxe Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with F1 Luxe palette
Download F1 Luxe Color Palette (PNG)
F1 Luxe color palette CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #d4af35;
}
.color-3 {
color: #c3ff00;
}
.color-4 {
color: #0d68a5;
}
.color-5 {
color: #4a4a4a;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #d4af35;
--color-3: #c3ff00;
--color-4: #0d68a5;
--color-5: #4a4a4a;
}
F1 Luxe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #d4af35, #c3ff00, #0d68a5, #4a4a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #d4af35, #c3ff00, #0d68a5, #4a4a4a);
}
Similar color palettes
F1 Luxe color palette created on .