Nightmare Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nightmare palette

Share this palette to:

Nightmare color palette PNG image

Download nightmare color palette PNG image (landscape)
Download nightmare color palette PNG image (square)

Nightmare color palette CSS

/* CSS */
.color-1 {
color: #1e1a3d;
}
.color-2 {
color: #3b2a6a;
}
.color-3 {
color: #6a3c80;
}
.color-4 {
color: #9c5e9a;
}
.color-5 {
color: #f09e9e;
}

/* CSS Variables */
:root {
--color-1: #1e1a3d;
--color-2: #3b2a6a;
--color-3: #6a3c80;
--color-4: #9c5e9a;
--color-5: #f09e9e;
}

Nightmare background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1a3d, #3b2a6a, #6a3c80, #9c5e9a, #f09e9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1a3d, #3b2a6a, #6a3c80, #9c5e9a, #f09e9e);
}

Nightmare color palette created on .