Night Shadz Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Night Shadz palette

Share this palette to:

Night Shadz color palette PNG image

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

Night Shadz color palette CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3a3c92;
}
.color-3 {
color: #5e5f9c;
}
.color-4 {
color: #8b8fb1;
}
.color-5 {
color: #b0b0d8;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3a3c92;
--color-3: #5e5f9c;
--color-4: #8b8fb1;
--color-5: #b0b0d8;
}

Night Shadz background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3a3c92, #5e5f9c, #8b8fb1, #b0b0d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3a3c92, #5e5f9c, #8b8fb1, #b0b0d8);
}

Night Shadz color palette created on .