Neon Oasis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Oasis palette

Share this palette to:

Neon Oasis color palette CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #00e6b4;
}
.color-3 {
color: #9effff;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #1c1c1c;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #00e6b4;
--color-3: #9effff;
--color-4: #ffffff;
--color-5: #1c1c1c;
}

Neon Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #00e6b4, #9effff, #ffffff, #1c1c1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #00e6b4, #9effff, #ffffff, #1c1c1c);
}

Neon Oasis color palette created on .