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