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: #a17cc0;
}
.color-2 {
color: #bfa3d2;
}
.color-3 {
color: #e0c5e2;
}
.color-4 {
color: #f2e4f6;
}
.color-5 {
color: #f5b2d4;
}
/* CSS Variables */
:root {
--color-1: #a17cc0;
--color-2: #bfa3d2;
--color-3: #e0c5e2;
--color-4: #f2e4f6;
--color-5: #f5b2d4;
}
Purple Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a17cc0, #bfa3d2, #e0c5e2, #f2e4f6, #f5b2d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a17cc0, #bfa3d2, #e0c5e2, #f2e4f6, #f5b2d4);
}
Similar color palettes
- Sweet Forest Fawn
- Serenity in Silk
- Light Blue
- Emotional Harmony
- Mischief in Greenery
- Ethereal Chill
- Celestial Dragon's Embrace
- Silver Elegance
- Purple Moonlight
- Enchanted Grove
- Whispers of the Butterfly
- Shades of Blue
- Seaside Confectionery
- Harmony in Contrast
- Heavenly Horizon
- Whispers of a Celestial Storm
- Whispering Peaks
- Shades of Blue
Purple Shades color palette created on .