Paleta de colores Purple Netrunner
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Purple Netrunner palette
CSS de la paleta de colores Purple Netrunner
/* CSS */
.color-1 {
color: #1c1f3b;
}
.color-2 {
color: #4b2d8b;
}
.color-3 {
color: #8e509b;
}
.color-4 {
color: #f0754c;
}
.color-5 {
color: #fcd47e;
}
/* CSS Variables */
:root {
--color-1: #1c1f3b;
--color-2: #4b2d8b;
--color-3: #8e509b;
--color-4: #f0754c;
--color-5: #fcd47e;
}
CSS del degradado de fondo Purple Netrunner
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3b, #4b2d8b, #8e509b, #f0754c, #fcd47e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3b, #4b2d8b, #8e509b, #f0754c, #fcd47e);
}
Paletas de colores similares
Purple Netrunner color palette created on .