Purple Research Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Research palette
Purple Research color palette CSS
/* CSS */
.color-1 {
color: #784b9b;
}
.color-2 {
color: #9c69bf;
}
.color-3 {
color: #b49ad0;
}
.color-4 {
color: #d7b5e8;
}
.color-5 {
color: #f3d3f8;
}
/* CSS Variables */
:root {
--color-1: #784b9b;
--color-2: #9c69bf;
--color-3: #b49ad0;
--color-4: #d7b5e8;
--color-5: #f3d3f8;
}
Purple Research background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #784b9b, #9c69bf, #b49ad0, #d7b5e8, #f3d3f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #784b9b, #9c69bf, #b49ad0, #d7b5e8, #f3d3f8);
}
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 Research color palette created on .