Doberman Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Doberman palette
Color Inspiration
Images that showcase this color palette in real designs
Download Doberman Color Palette (PNG)
Doberman color palette CSS
/* CSS */
.color-1 {
color: #4b3d3a;
}
.color-2 {
color: #b57969;
}
.color-3 {
color: #d9a96d;
}
.color-4 {
color: #f2cd8c;
}
.color-5 {
color: #f7e9c5;
}
/* CSS Variables */
:root {
--color-1: #4b3d3a;
--color-2: #b57969;
--color-3: #d9a96d;
--color-4: #f2cd8c;
--color-5: #f7e9c5;
}
Doberman background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d3a, #b57969, #d9a96d, #f2cd8c, #f7e9c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d3a, #b57969, #d9a96d, #f2cd8c, #f7e9c5);
}
Similar color palettes
Doberman color palette created on .