Manly Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Manly Purple palette
Color Inspiration
Images that showcase this color palette in real designs
Download Manly Purple Color Palette (PNG)
Manly Purple color palette CSS
/* CSS */
.color-1 {
color: #5c4a8c;
}
.color-2 {
color: #6e5a96;
}
.color-3 {
color: #8a6cb2;
}
.color-4 {
color: #b58dbf;
}
.color-5 {
color: #d79dd8;
}
/* CSS Variables */
:root {
--color-1: #5c4a8c;
--color-2: #6e5a96;
--color-3: #8a6cb2;
--color-4: #b58dbf;
--color-5: #d79dd8;
}
Manly Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4a8c, #6e5a96, #8a6cb2, #b58dbf, #d79dd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4a8c, #6e5a96, #8a6cb2, #b58dbf, #d79dd8);
}
Similar color palettes
Scroll down to explore 4 Purple color palettes
Manly Purple color palette created on .