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: #2a2e5b;
}
.color-2 {
color: #6858ca;
}
.color-3 {
color: #a86dd0;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f76e6e;
}
/* CSS Variables */
:root {
--color-1: #2a2e5b;
--color-2: #6858ca;
--color-3: #a86dd0;
--color-4: #f5a524;
--color-5: #f76e6e;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2e5b, #6858ca, #a86dd0, #f5a524, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2e5b, #6858ca, #a86dd0, #f5a524, #f76e6e);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Shades of Purple color palette created on .