Uzi Doorman Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Uzi Doorman palette

Share this palette to:

Uzi Doorman color palette PNG image

Download uzi doorman color palette PNG image (landscape)
Download uzi doorman color palette PNG image (square)

Uzi Doorman color palette CSS

/* CSS */
.color-1 {
color: #1f3a5b;
}
.color-2 {
color: #4a648c;
}
.color-3 {
color: #7999be;
}
.color-4 {
color: #c2d5e0;
}
.color-5 {
color: #f3a78c;
}

/* CSS Variables */
:root {
--color-1: #1f3a5b;
--color-2: #4a648c;
--color-3: #7999be;
--color-4: #c2d5e0;
--color-5: #f3a78c;
}

Uzi Doorman background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a5b, #4a648c, #7999be, #c2d5e0, #f3a78c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a5b, #4a648c, #7999be, #c2d5e0, #f3a78c);
}

Uzi Doorman color palette created on .