Purple Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Dream palette

Share this palette to:

Purple Dream color palette CSS

/* CSS */
.color-1 {
color: #443f6e;
}
.color-2 {
color: #585289;
}
.color-3 {
color: #6c6ca7;
}
.color-4 {
color: #877eb4;
}
.color-5 {
color: #826f9f;
}

/* CSS Variables */
:root {
--color-1: #443f6e;
--color-2: #585289;
--color-3: #6c6ca7;
--color-4: #877eb4;
--color-5: #826f9f;
}

Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #443f6e, #585289, #6c6ca7, #877eb4, #826f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #443f6e, #585289, #6c6ca7, #877eb4, #826f9f);
}

Purple Dream color palette created on .