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: #a77aff;
}
.color-2 {
color: #b59eff;
}
.color-3 {
color: #d1b3ff;
}
.color-4 {
color: #e8c7ff;
}
.color-5 {
color: #f3dbff;
}
/* CSS Variables */
:root {
--color-1: #a77aff;
--color-2: #b59eff;
--color-3: #d1b3ff;
--color-4: #e8c7ff;
--color-5: #f3dbff;
}
Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a77aff, #b59eff, #d1b3ff, #e8c7ff, #f3dbff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a77aff, #b59eff, #d1b3ff, #e8c7ff, #f3dbff);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Purple Dream color palette created on .