Purple Eyeshadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Eyeshadow palette
Purple Eyeshadow color palette CSS
/* CSS */
.color-1 {
color: #d6a9c3;
}
.color-2 {
color: #c78fbc;
}
.color-3 {
color: #a86aaf;
}
.color-4 {
color: #8f4fa1;
}
.color-5 {
color: #5b2b88;
}
/* CSS Variables */
:root {
--color-1: #d6a9c3;
--color-2: #c78fbc;
--color-3: #a86aaf;
--color-4: #8f4fa1;
--color-5: #5b2b88;
}
Purple Eyeshadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a9c3, #c78fbc, #a86aaf, #8f4fa1, #5b2b88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a9c3, #c78fbc, #a86aaf, #8f4fa1, #5b2b88);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Purple Eyeshadow color palette created on .