Warm Vice Uniform Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Vice Uniform palette

Share this palette to:

Download Warm Vice Uniform Color Palette (PNG)

Download warm vice uniform color palette PNG image (landscape)
Download warm vice uniform color palette PNG image (square)

Warm Vice Uniform color palette CSS

/* CSS */
.color-1 {
color: #3c2f2f;
}
.color-2 {
color: #4e3b3b;
}
.color-3 {
color: #5b4848;
}
.color-4 {
color: #7a5c5c;
}
.color-5 {
color: #d6a39a;
}

/* CSS Variables */
:root {
--color-1: #3c2f2f;
--color-2: #4e3b3b;
--color-3: #5b4848;
--color-4: #7a5c5c;
--color-5: #d6a39a;
}

Warm Vice Uniform background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2f2f, #4e3b3b, #5b4848, #7a5c5c, #d6a39a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2f2f, #4e3b3b, #5b4848, #7a5c5c, #d6a39a);
}

Warm Vice Uniform color palette created on .