Neon Sleek Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Neon Sleek palette
Neon Sleek color palette CSS
/* CSS */
.color-1 {
color: #23272a;
}
.color-2 {
color: #e3e3e3;
}
.color-3 {
color: #d5ff4d;
}
.color-4 {
color: #343841;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #23272a;
--color-2: #e3e3e3;
--color-3: #d5ff4d;
--color-4: #343841;
--color-5: #ffffff;
}
Neon Sleek background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #23272a, #e3e3e3, #d5ff4d, #343841, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #23272a, #e3e3e3, #d5ff4d, #343841, #ffffff);
}
Similar color palettes
Neon Sleek color palette created on .