Night Terror Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Night Terror palette

Share this palette to:

Night Terror color palette PNG image

Download night terror color palette PNG image (landscape)
Download night terror color palette PNG image (square)

Night Terror color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4c2c90;
}
.color-3 {
color: #8c4aa1;
}
.color-4 {
color: #d982b2;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4c2c90;
--color-3: #8c4aa1;
--color-4: #d982b2;
--color-5: #ff6e61;
}

Night Terror background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4c2c90, #8c4aa1, #d982b2, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4c2c90, #8c4aa1, #d982b2, #ff6e61);
}

Night Terror color palette created on .