Dark Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Purple palette
Dark Purple color palette CSS
/* CSS */
.color-1 {
color: #2e1a47;
}
.color-2 {
color: #5d2b6e;
}
.color-3 {
color: #8c3a8d;
}
.color-4 {
color: #c94f7c;
}
.color-5 {
color: #f5b9a3;
}
/* CSS Variables */
:root {
--color-1: #2e1a47;
--color-2: #5d2b6e;
--color-3: #8c3a8d;
--color-4: #c94f7c;
--color-5: #f5b9a3;
}
Dark Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e1a47, #5d2b6e, #8c3a8d, #c94f7c, #f5b9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e1a47, #5d2b6e, #8c3a8d, #c94f7c, #f5b9a3);
}
Similar color palettes
Scroll down to explore 70 Aesthetic color palettes
Dark Purple color palette created on .