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: #201f2e;
}
.color-2 {
color: #5d4e8d;
}
.color-3 {
color: #a35c94;
}
.color-4 {
color: #d69f4c;
}
.color-5 {
color: #e76c50;
}
/* CSS Variables */
:root {
--color-1: #201f2e;
--color-2: #5d4e8d;
--color-3: #a35c94;
--color-4: #d69f4c;
--color-5: #e76c50;
}
Dark Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201f2e, #5d4e8d, #a35c94, #d69f4c, #e76c50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201f2e, #5d4e8d, #a35c94, #d69f4c, #e76c50);
}
Similar color palettes
Dark Purple color palette created on .