Paleta de colores Retro TV

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro TV palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Retro TV

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

CSS de la paleta de colores Retro TV

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f76e6e;
}
.color-4 {
color: #d44e9f;
}
.color-5 {
color: #5d6cc0;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f5a524;
--color-3: #f76e6e;
--color-4: #d44e9f;
--color-5: #5d6cc0;
}

CSS del degradado de fondo Retro TV

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f5a524, #f76e6e, #d44e9f, #5d6cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f5a524, #f76e6e, #d44e9f, #5d6cc0);
}

Retro TV color palette created on .