Neon Nostalgia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Nostalgia palette

Share this palette to:

Neon Nostalgia color palette CSS

/* CSS */
.color-1 {
color: #1c3f6d;
}
.color-2 {
color: #4a8bba;
}
.color-3 {
color: #75b7d1;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #1c3f6d;
--color-2: #4a8bba;
--color-3: #75b7d1;
--color-4: #f1c40e;
--color-5: #e77e23;
}

Neon Nostalgia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f6d, #4a8bba, #75b7d1, #f1c40e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f6d, #4a8bba, #75b7d1, #f1c40e, #e77e23);
}

Neon Nostalgia color palette created on .