Dark Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Purple palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dark Purple Color Palette (PNG)
Dark Purple color palette CSS
/* CSS */
.color-1 {
color: #21171b;
}
.color-2 {
color: #462f33;
}
.color-3 {
color: #6c4248;
}
.color-4 {
color: #8f565a;
}
.color-5 {
color: #aa6e7f;
}
/* CSS Variables */
:root {
--color-1: #21171b;
--color-2: #462f33;
--color-3: #6c4248;
--color-4: #8f565a;
--color-5: #aa6e7f;
}
Dark Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #21171b, #462f33, #6c4248, #8f565a, #aa6e7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #21171b, #462f33, #6c4248, #8f565a, #aa6e7f);
}
Similar color palettes
Dark Purple color palette created on .