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: #d3b1e2;
}
.color-2 {
color: #a77dbf;
}
.color-3 {
color: #835b9a;
}
.color-4 {
color: #5c3b7d;
}
.color-5 {
color: #3d1d5d;
}
/* CSS Variables */
:root {
--color-1: #d3b1e2;
--color-2: #a77dbf;
--color-3: #835b9a;
--color-4: #5c3b7d;
--color-5: #3d1d5d;
}
Purple East Side background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b1e2, #a77dbf, #835b9a, #5c3b7d, #3d1d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b1e2, #a77dbf, #835b9a, #5c3b7d, #3d1d5d);
}
Similar color palettes
- Whispers of Lavender
- Purple Moonlight
- Purple Blush
- Shades of Pink
- Shades of Purple
- Whimsical Witches' Brew
- Celestial Dreams
- Purple Hadesse
- Celestial Blossom
- Celestial Dreams
- Purple Freesia
- Midnight Reverie
- Shades of Purple
- Underworld Elegance
- Ethereal Void
- Whispers of Iris
- Enigmatic Amethyst Dreams
- Shades of Yellow and Pink
Purple East Side color palette created on .