Paleta de colores Retro Futurism

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro Futurism palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Retro Futurism

Download retro futurism color palette PNG image (landscape)
Download retro futurism color palette PNG image (square)

CSS de la paleta de colores Retro Futurism

/* CSS */
.color-1 {
color: #1043b2;
}
.color-2 {
color: #2183de;
}
.color-3 {
color: #f4a810;
}
.color-4 {
color: #e03844;
}
.color-5 {
color: #ebdbeb;
}

/* CSS Variables */
:root {
--color-1: #1043b2;
--color-2: #2183de;
--color-3: #f4a810;
--color-4: #e03844;
--color-5: #ebdbeb;
}

CSS del degradado de fondo Retro Futurism

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1043b2, #2183de, #f4a810, #e03844, #ebdbeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1043b2, #2183de, #f4a810, #e03844, #ebdbeb);
}

Retro Futurism color palette created on .