Neon Sleek Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Neon Sleek palette

Condividi questa palette a:

tavolozza dei colori Neon Sleek 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;
}

CSS con gradiente di sfondo Neon Sleek

/* 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);
}

Neon Sleek color palette created on .