Haunting Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Haunting Purple palette

Share this palette to:

Haunting Purple color palette CSS

/* CSS */
.color-1 {
color: #483d6c;
}
.color-2 {
color: #6e5b8f;
}
.color-3 {
color: #9a79af;
}
.color-4 {
color: #b8a7d7;
}
.color-5 {
color: #e5c7ff;
}

/* CSS Variables */
:root {
--color-1: #483d6c;
--color-2: #6e5b8f;
--color-3: #9a79af;
--color-4: #b8a7d7;
--color-5: #e5c7ff;
}

Haunting Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #483d6c, #6e5b8f, #9a79af, #b8a7d7, #e5c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #483d6c, #6e5b8f, #9a79af, #b8a7d7, #e5c7ff);
}

Haunting Purple color palette created on .