Purple Forest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Forest palette
Purple Forest color palette CSS
/* CSS */
.color-1 {
color: #c7a1e3;
}
.color-2 {
color: #a17cc5;
}
.color-3 {
color: #704d7a;
}
.color-4 {
color: #4f3c62;
}
.color-5 {
color: #2b1933;
}
/* CSS Variables */
:root {
--color-1: #c7a1e3;
--color-2: #a17cc5;
--color-3: #704d7a;
--color-4: #4f3c62;
--color-5: #2b1933;
}
Purple Forest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7a1e3, #a17cc5, #704d7a, #4f3c62, #2b1933);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7a1e3, #a17cc5, #704d7a, #4f3c62, #2b1933);
}
Similar color palettes
- Lavender Dreams
- Purple Silk
- Purple Dream
- Twilight Temptations
- Mystic Twilight
- Purple Medieval
- Crimson Twilight
- Whimsical Lavender Dreams
- Purple Mystery
- Purple Enchantress
- Mystic Cookie Sorcery
- Mystic Lilac Dreams
- Purple Emo
- Shades of Red, Blue, and Purple
- Purple Dreams
- Whispers of Wisteria
- Vortex of Dreams
- Purple Heavy
Purple Forest color palette created on .