Neon Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Neon Oasis palette
Neon Oasis color palette CSS
/* CSS */
.color-1 {
color: #a8e63d;
}
.color-2 {
color: #6bcf4a;
}
.color-3 {
color: #3d9e6e;
}
.color-4 {
color: #0f778a;
}
.color-5 {
color: #023c88;
}
/* CSS Variables */
:root {
--color-1: #a8e63d;
--color-2: #6bcf4a;
--color-3: #3d9e6e;
--color-4: #0f778a;
--color-5: #023c88;
}
Neon Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e63d, #6bcf4a, #3d9e6e, #0f778a, #023c88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e63d, #6bcf4a, #3d9e6e, #0f778a, #023c88);
}
Similar color palettes
Neon Oasis color palette created on .