Purple Prelude Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Prelude palette

Share this palette to:

Purple Prelude color palette CSS

/* CSS */
.color-1 {
color: #e6d3f3;
}
.color-2 {
color: #d0a3e0;
}
.color-3 {
color: #b379b9;
}
.color-4 {
color: #a65e9a;
}
.color-5 {
color: #793e78;
}

/* CSS Variables */
:root {
--color-1: #e6d3f3;
--color-2: #d0a3e0;
--color-3: #b379b9;
--color-4: #a65e9a;
--color-5: #793e78;
}

Purple Prelude background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d3f3, #d0a3e0, #b379b9, #a65e9a, #793e78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d3f3, #d0a3e0, #b379b9, #a65e9a, #793e78);
}

Purple Prelude color palette created on .