Shades of Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Purple palette
Shades of Purple color palette CSS
/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #f5d15b;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #5c4033;
}
/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #a77ccb;
--color-3: #f5d15b;
--color-4: #ffb84d;
--color-5: #5c4033;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #a77ccb, #f5d15b, #ffb84d, #5c4033);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #a77ccb, #f5d15b, #ffb84d, #5c4033);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Shades of Purple color palette created on .