Purple Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Dream palette
Purple Dream color palette CSS
/* CSS */
.color-1 {
color: #9b5f9b;
}
.color-2 {
color: #d2a2d2;
}
.color-3 {
color: #f0c1df;
}
.color-4 {
color: #f8e3b9;
}
.color-5 {
color: #f7ca50;
}
/* CSS Variables */
:root {
--color-1: #9b5f9b;
--color-2: #d2a2d2;
--color-3: #f0c1df;
--color-4: #f8e3b9;
--color-5: #f7ca50;
}
Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b5f9b, #d2a2d2, #f0c1df, #f8e3b9, #f7ca50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b5f9b, #d2a2d2, #f0c1df, #f8e3b9, #f7ca50);
}
Similar color palettes
- Eloise's Enchanted Tomes
- Soft Pop Symphony
- Ruby Shades
- Sakura Blossom Dream
- Twilight Blossom
- Serenade of Truth
- Whispers of the Enchanted Elder
- Shades of Rosa
- Enigmatic Reverie
- Vibrant Pink
- Celestial Whispers
- Pink Autumn
- Whispers of Deceit
- Purple Elder Faerie
- Purple Sunset
- Soft Pink
- Whispers of Sorrow
- Purple Twilight
Purple Dream color palette created on .