Paleta de colores Neon Reverie

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Neon Reverie palette

Compartir esta paleta en:

CSS de la paleta de colores Neon Reverie

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #4b4b77;
}
.color-3 {
color: #7878b5;
}
.color-4 {
color: #e3a86d;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #4b4b77;
--color-3: #7878b5;
--color-4: #e3a86d;
--color-5: #ff4d4d;
}

CSS del degradado de fondo Neon Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #4b4b77, #7878b5, #e3a86d, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #4b4b77, #7878b5, #e3a86d, #ff4d4d);
}

Neon Reverie color palette created on .