Dark Purple Brown Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Purple Brown palette
Dark Purple Brown color palette CSS
/* CSS */
.color-1 {
color: #1d1b22;
}
.color-2 {
color: #4b3d4d;
}
.color-3 {
color: #6e5d6f;
}
.color-4 {
color: #a58d8f;
}
.color-5 {
color: #e2c7c5;
}
/* CSS Variables */
:root {
--color-1: #1d1b22;
--color-2: #4b3d4d;
--color-3: #6e5d6f;
--color-4: #a58d8f;
--color-5: #e2c7c5;
}
Dark Purple Brown background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1b22, #4b3d4d, #6e5d6f, #a58d8f, #e2c7c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1b22, #4b3d4d, #6e5d6f, #a58d8f, #e2c7c5);
}
Similar color palettes
Scroll down to explore 70+ Aesthetic color palettes
Dark Purple Brown color palette created on .