Purple Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Shades palette
Purple Shades color palette CSS
/* CSS */
.color-1 {
color: #4c3e7a;
}
.color-2 {
color: #6e5b9a;
}
.color-3 {
color: #9a7eb9;
}
.color-4 {
color: #e5c7d2;
}
.color-5 {
color: #f2a5a1;
}
/* CSS Variables */
:root {
--color-1: #4c3e7a;
--color-2: #6e5b9a;
--color-3: #9a7eb9;
--color-4: #e5c7d2;
--color-5: #f2a5a1;
}
Purple Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e7a, #6e5b9a, #9a7eb9, #e5c7d2, #f2a5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e7a, #6e5b9a, #9a7eb9, #e5c7d2, #f2a5a1);
}
Similar color palettes
Purple Shades color palette created on .