Purple Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Dream palette
Purple Dream color palette PNG image
Purple Dream color palette CSS
/* CSS */
.color-1 {
color: #a400b3;
}
.color-2 {
color: #a44c9b;
}
.color-3 {
color: #b78fb7;
}
.color-4 {
color: #d7b6d8;
}
.color-5 {
color: #f3a0af;
}
/* CSS Variables */
:root {
--color-1: #a400b3;
--color-2: #a44c9b;
--color-3: #b78fb7;
--color-4: #d7b6d8;
--color-5: #f3a0af;
}
Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a400b3, #a44c9b, #b78fb7, #d7b6d8, #f3a0af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a400b3, #a44c9b, #b78fb7, #d7b6d8, #f3a0af);
}
Similar color palettes
Purple Dream color palette created on .