Paleta de colores Neon Space Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Neon Space Red palette

Compartir esta paleta en:

CSS de la paleta de colores Neon Space Red

/* CSS */
.color-1 {
color: #ff1f40;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffdd00;
}
.color-4 {
color: #1fb3e5;
}
.color-5 {
color: #5b2e9e;
}

/* CSS Variables */
:root {
--color-1: #ff1f40;
--color-2: #ff6d1f;
--color-3: #ffdd00;
--color-4: #1fb3e5;
--color-5: #5b2e9e;
}

CSS del degradado de fondo Neon Space Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff1f40, #ff6d1f, #ffdd00, #1fb3e5, #5b2e9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff1f40, #ff6d1f, #ffdd00, #1fb3e5, #5b2e9e);
}

Neon Space Red color palette created on .