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: #4a2c90;
}
.color-2 {
color: #6f5fab;
}
.color-3 {
color: #9f8cd4;
}
.color-4 {
color: #c6b3e0;
}
.color-5 {
color: #e8d5f1;
}
/* CSS Variables */
:root {
--color-1: #4a2c90;
--color-2: #6f5fab;
--color-3: #9f8cd4;
--color-4: #c6b3e0;
--color-5: #e8d5f1;
}
Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c90, #6f5fab, #9f8cd4, #c6b3e0, #e8d5f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c90, #6f5fab, #9f8cd4, #c6b3e0, #e8d5f1);
}
Similar color palettes
Shades of Purple color palette created on .