Paleta de colores Neon Orange and Blue Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Neon Orange and Blue Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Neon Orange and Blue Dream

/* CSS */
.color-1 {
color: #ff830f;
}
.color-2 {
color: #4284f5;
}
.color-3 {
color: #a8cdab;
}
.color-4 {
color: #e6e5e5;
}
.color-5 {
color: #8b959c;
}

/* CSS Variables */
:root {
--color-1: #ff830f;
--color-2: #4284f5;
--color-3: #a8cdab;
--color-4: #e6e5e5;
--color-5: #8b959c;
}

CSS del degradado de fondo Neon Orange and Blue Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff830f, #4284f5, #a8cdab, #e6e5e5, #8b959c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff830f, #4284f5, #a8cdab, #e6e5e5, #8b959c);
}

Neon Orange and Blue Dream color palette created on .