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: #1a1f3d;
}
.color-2 {
color: #4e2c90;
}
.color-3 {
color: #7a5bae;
}
.color-4 {
color: #b96eb2;
}
.color-5 {
color: #f5a524;
}
/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #4e2c90;
--color-3: #7a5bae;
--color-4: #b96eb2;
--color-5: #f5a524;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #4e2c90, #7a5bae, #b96eb2, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #4e2c90, #7a5bae, #b96eb2, #f5a524);
}
Similar color palettes
Shades of Purple color palette created on .