Purple Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Elegance palette
Purple Elegance color palette CSS
/* CSS */
.color-1 {
color: #7a5f9b;
}
.color-2 {
color: #a86bb3;
}
.color-3 {
color: #d1a4d5;
}
.color-4 {
color: #f1c0e8;
}
.color-5 {
color: #f6b6e0;
}
/* CSS Variables */
:root {
--color-1: #7a5f9b;
--color-2: #a86bb3;
--color-3: #d1a4d5;
--color-4: #f1c0e8;
--color-5: #f6b6e0;
}
Purple Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a5f9b, #a86bb3, #d1a4d5, #f1c0e8, #f6b6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a5f9b, #a86bb3, #d1a4d5, #f1c0e8, #f6b6e0);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Purple Elegance color palette created on .