Warm Vice Uniform Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Vice Uniform palette
Color Inspiration
Images that showcase this color palette in real designs
Download Warm Vice Uniform Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 100+ Dark color palettes
Warm Vice Uniform color palette created on .