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