Purple Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Dreams palette
Purple Dreams color palette PNG image
Purple Dreams color palette CSS
/* CSS */
.color-1 {
color: #b69dd2;
}
.color-2 {
color: #a780cb;
}
.color-3 {
color: #8c6cc6;
}
.color-4 {
color: #5b4a96;
}
.color-5 {
color: #3e2a6f;
}
/* CSS Variables */
:root {
--color-1: #b69dd2;
--color-2: #a780cb;
--color-3: #8c6cc6;
--color-4: #5b4a96;
--color-5: #3e2a6f;
}
Purple Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b69dd2, #a780cb, #8c6cc6, #5b4a96, #3e2a6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b69dd2, #a780cb, #8c6cc6, #5b4a96, #3e2a6f);
}
Similar color palettes
Scroll down to explore 40+ Purple color palettes
Purple Dreams color palette created on .