Loading...

Paleta de colores Retro

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro palette

Compartir esta paleta en:

Descargar la paleta de colores Retro (PNG)

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: #ff6d1f;
}
.color-2 {
color: #ff9f29;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #ffed8a;
}
.color-5 {
color: #fff8e0;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9f29;
--color-3: #ffcb5c;
--color-4: #ffed8a;
--color-5: #fff8e0;
}

CSS del degradado de fondo Retro

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9f29, #ffcb5c, #ffed8a, #fff8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9f29, #ffcb5c, #ffed8a, #fff8e0);
}

Retro color palette created on .