Paleta de colores Retro Futuristic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro Futuristic palette

Compartir esta paleta en:

CSS de la paleta de colores Retro Futuristic

/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #4c4cc8;
}
.color-3 {
color: #9b7ecd;
}
.color-4 {
color: #f1a2d1;
}
.color-5 {
color: #ff6e00;
}

/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #4c4cc8;
--color-3: #9b7ecd;
--color-4: #f1a2d1;
--color-5: #ff6e00;
}

CSS del degradado de fondo Retro Futuristic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #4c4cc8, #9b7ecd, #f1a2d1, #ff6e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #4c4cc8, #9b7ecd, #f1a2d1, #ff6e00);
}

Paletas de colores similares

Retro Futuristic color palette created on .