Dark Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Purple palette

Share this palette to:

Dark Purple color palette CSS

/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #22223a;
}
.color-3 {
color: #f5f5ff;
}
.color-4 {
color: #b7fbbe;
}
.color-5 {
color: #ff998a;
}

/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #22223a;
--color-3: #f5f5ff;
--color-4: #b7fbbe;
--color-5: #ff998a;
}

Dark Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #22223a, #f5f5ff, #b7fbbe, #ff998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #22223a, #f5f5ff, #b7fbbe, #ff998a);
}

Similar color palettes

Dark Purple color palette created on .