Uzi Doorman Color Palette
Discover the beautiful Uzi Doorman color palette featuring scampi (#5d58a7), victoria (#4f4b9b), gigas (#403c90), minsk (#2e2c81) and lucky point (#201f75).
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 Uzi Doorman palette
💻 Uzi Doorman color palette CSS
/* CSS */
.color-1 {
color: #5d58a7;
}
.color-2 {
color: #4f4b9b;
}
.color-3 {
color: #403c90;
}
.color-4 {
color: #2e2c81;
}
.color-5 {
color: #201f75;
}
/* CSS Variables */
:root {
--color-1: #5d58a7;
--color-2: #4f4b9b;
--color-3: #403c90;
--color-4: #2e2c81;
--color-5: #201f75;
} 🌈 Uzi Doorman background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d58a7, #4f4b9b, #403c90, #2e2c81, #201f75);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d58a7, #4f4b9b, #403c90, #2e2c81, #201f75);
} 🔗 Explore similar color palettes
Uzi Doorman color palette created on .