Neon Abyss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Abyss palette

Share this palette to:

Neon Abyss color palette CSS

/* CSS */
.color-1 {
color: #1b202d;
}
.color-2 {
color: #2c304e;
}
.color-3 {
color: #4d6b80;
}
.color-4 {
color: #6cb7b3;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #1b202d;
--color-2: #2c304e;
--color-3: #4d6b80;
--color-4: #6cb7b3;
--color-5: #ff4d4d;
}

Neon Abyss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b202d, #2c304e, #4d6b80, #6cb7b3, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b202d, #2c304e, #4d6b80, #6cb7b3, #ff4d4d);
}

Similar color palettes

Neon Abyss color palette created on .