Paleta de colores Retro

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Retro

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

CSS de la paleta de colores Retro

/* CSS */
.color-1 {
color: #f9a658;
}
.color-2 {
color: #a54b3b;
}
.color-3 {
color: #f1d55b;
}
.color-4 {
color: #6b9bc2;
}
.color-5 {
color: #e45e7f;
}

/* CSS Variables */
:root {
--color-1: #f9a658;
--color-2: #a54b3b;
--color-3: #f1d55b;
--color-4: #6b9bc2;
--color-5: #e45e7f;
}

CSS del degradado de fondo Retro

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a658, #a54b3b, #f1d55b, #6b9bc2, #e45e7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a658, #a54b3b, #f1d55b, #6b9bc2, #e45e7f);
}

Retro color palette created on .