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: #ff6d2e;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffc95c;
}
.color-4 {
color: #ffeb8a;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ffa047;
--color-3: #ffc95c;
--color-4: #ffeb8a;
--color-5: #ffd900;
}

CSS del degradado de fondo Retro

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ffa047, #ffc95c, #ffeb8a, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ffa047, #ffc95c, #ffeb8a, #ffd900);
}

Retro color palette created on .