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: #d4a0e4;
}
.color-2 {
color: #a77fb8;
}
.color-3 {
color: #6a4e88;
}
.color-4 {
color: #4b2c63;
}
.color-5 {
color: #2e1a47;
}

/* CSS Variables */
:root {
--color-1: #d4a0e4;
--color-2: #a77fb8;
--color-3: #6a4e88;
--color-4: #4b2c63;
--color-5: #2e1a47;
}

Purple Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a0e4, #a77fb8, #6a4e88, #4b2c63, #2e1a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a0e4, #a77fb8, #6a4e88, #4b2c63, #2e1a47);
}

Purple Dreams color palette created on .