The Purple Man Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with The Purple Man palette
The Purple Man color palette CSS
/* CSS */
.color-1 {
color: #423064;
}
.color-2 {
color: #6c4e8d;
}
.color-3 {
color: #8b6dab;
}
.color-4 {
color: #9d91c0;
}
.color-5 {
color: #8870a9;
}
/* CSS Variables */
:root {
--color-1: #423064;
--color-2: #6c4e8d;
--color-3: #8b6dab;
--color-4: #9d91c0;
--color-5: #8870a9;
}
The Purple Man background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #423064, #6c4e8d, #8b6dab, #9d91c0, #8870a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #423064, #6c4e8d, #8b6dab, #9d91c0, #8870a9);
}
Similar color palettes
Scroll down to explore 400+ Dark color palettes
The Purple Man color palette created on .