Uzi Doorman Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Uzi Doorman palette

Share this palette to:

Download Uzi Doorman Color Palette (PNG)

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: #bfc4d9;
}
.color-2 {
color: #a2c6d8;
}
.color-3 {
color: #f9c5a4;
}
.color-4 {
color: #f7a1a1;
}
.color-5 {
color: #d44c3a;
}

/* CSS Variables */
:root {
--color-1: #bfc4d9;
--color-2: #a2c6d8;
--color-3: #f9c5a4;
--color-4: #f7a1a1;
--color-5: #d44c3a;
}

Uzi Doorman background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfc4d9, #a2c6d8, #f9c5a4, #f7a1a1, #d44c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfc4d9, #a2c6d8, #f9c5a4, #f7a1a1, #d44c3a);
}

Uzi Doorman color palette created on .