Purple Nightmare Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Nightmare palette

Share this palette to:

Purple Nightmare color palette CSS

/* CSS */
.color-1 {
color: #3a2d4e;
}
.color-2 {
color: #5d4a7d;
}
.color-3 {
color: #8c6c9d;
}
.color-4 {
color: #b89bc0;
}
.color-5 {
color: #f2a1d0;
}

/* CSS Variables */
:root {
--color-1: #3a2d4e;
--color-2: #5d4a7d;
--color-3: #8c6c9d;
--color-4: #b89bc0;
--color-5: #f2a1d0;
}

Purple Nightmare background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2d4e, #5d4a7d, #8c6c9d, #b89bc0, #f2a1d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2d4e, #5d4a7d, #8c6c9d, #b89bc0, #f2a1d0);
}

Purple Nightmare color palette created on .