Paleta de colores Retro Futurism
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Retro Futurism palette
Descargar la paleta de colores Retro Futurism (PNG)
CSS de la paleta de colores Retro Futurism
/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #3b3b4e;
}
.color-3 {
color: #585879;
}
.color-4 {
color: #a8a8d6;
}
.color-5 {
color: #f0a400;
}
/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #3b3b4e;
--color-3: #585879;
--color-4: #a8a8d6;
--color-5: #f0a400;
}
CSS del degradado de fondo Retro Futurism
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #3b3b4e, #585879, #a8a8d6, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #3b3b4e, #585879, #a8a8d6, #f0a400);
}
Paletas de colores similares
Retro Futurism color palette created on .