Purple Haze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Haze palette

Share this palette to:

Purple Haze color palette CSS

/* CSS */
.color-1 {
color: #4d3d7f;
}
.color-2 {
color: #685b9a;
}
.color-3 {
color: #a77ebe;
}
.color-4 {
color: #d4a0e9;
}
.color-5 {
color: #f2c0df;
}

/* CSS Variables */
:root {
--color-1: #4d3d7f;
--color-2: #685b9a;
--color-3: #a77ebe;
--color-4: #d4a0e9;
--color-5: #f2c0df;
}

Purple Haze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d3d7f, #685b9a, #a77ebe, #d4a0e9, #f2c0df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d3d7f, #685b9a, #a77ebe, #d4a0e9, #f2c0df);
}

Purple Haze color palette created on .