Black Brown and Wine Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Black Brown and Wine Purple palette
Black Brown and Wine Purple color palette PNG image
Black Brown and Wine Purple color palette CSS
/* CSS */
.color-1 {
color: #3c2a2e;
}
.color-2 {
color: #6c4b51;
}
.color-3 {
color: #9a5b6c;
}
.color-4 {
color: #d93f4c;
}
.color-5 {
color: #5f2b3a;
}
/* CSS Variables */
:root {
--color-1: #3c2a2e;
--color-2: #6c4b51;
--color-3: #9a5b6c;
--color-4: #d93f4c;
--color-5: #5f2b3a;
}
Black Brown and Wine Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c2a2e, #6c4b51, #9a5b6c, #d93f4c, #5f2b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c2a2e, #6c4b51, #9a5b6c, #d93f4c, #5f2b3a);
}
Similar color palettes
Black Brown and Wine Purple color palette created on .