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