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: #690dab;
}
.color-2 {
color: #8a2ce2;
}
.color-3 {
color: #a85ccc;
}
.color-4 {
color: #d68aff;
}
.color-5 {
color: #e0a3ff;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #8a2ce2;
--color-3: #a85ccc;
--color-4: #d68aff;
--color-5: #e0a3ff;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #8a2ce2, #a85ccc, #d68aff, #e0a3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #8a2ce2, #a85ccc, #d68aff, #e0a3ff);
}
Similar color palettes
Shades of Purple color palette created on .