Purple Guy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Guy palette
Purple Guy color palette PNG image
Purple Guy color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #b57fdc;
}
.color-4 {
color: #e9c3f4;
}
.color-5 {
color: #ff6bb5;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #8a2ce2;
--color-3: #b57fdc;
--color-4: #e9c3f4;
--color-5: #ff6bb5;
}
Purple Guy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #8a2ce2, #b57fdc, #e9c3f4, #ff6bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #8a2ce2, #b57fdc, #e9c3f4, #ff6bb5);
}
Similar color palettes
Purple Guy color palette created on .