Purple Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Dreams palette

Share this palette to:

Purple Dreams color palette CSS

/* CSS */
.color-1 {
color: #7b5b9f;
}
.color-2 {
color: #af9ac1;
}
.color-3 {
color: #e1d2f4;
}
.color-4 {
color: #f6c6e1;
}
.color-5 {
color: #f19dbc;
}

/* CSS Variables */
:root {
--color-1: #7b5b9f;
--color-2: #af9ac1;
--color-3: #e1d2f4;
--color-4: #f6c6e1;
--color-5: #f19dbc;
}

Purple Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b5b9f, #af9ac1, #e1d2f4, #f6c6e1, #f19dbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b5b9f, #af9ac1, #e1d2f4, #f6c6e1, #f19dbc);
}

Purple Dreams color palette created on .