Neon Shadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Shadows palette

Share this palette to:

Neon Shadows color palette PNG image

Download neon shadows color palette PNG image (landscape)
Download neon shadows color palette PNG image (square)

Neon Shadows color palette CSS

/* CSS */
.color-1 {
color: #1d1f30;
}
.color-2 {
color: #3a4159;
}
.color-3 {
color: #6a6f90;
}
.color-4 {
color: #9b9dc5;
}
.color-5 {
color: #e5e8ff;
}

/* CSS Variables */
:root {
--color-1: #1d1f30;
--color-2: #3a4159;
--color-3: #6a6f90;
--color-4: #9b9dc5;
--color-5: #e5e8ff;
}

Neon Shadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f30, #3a4159, #6a6f90, #9b9dc5, #e5e8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f30, #3a4159, #6a6f90, #9b9dc5, #e5e8ff);
}

Neon Shadows color palette created on .