Paleta de colores Retro 60s

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro 60s palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Retro 60s

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

CSS de la paleta de colores Retro 60s

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe7f;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f94346;
}
.color-5 {
color: #91be6f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe7f;
--color-3: #f9c54e;
--color-4: #f94346;
--color-5: #91be6f;
}

CSS del degradado de fondo Retro 60s

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe7f, #f9c54e, #f94346, #91be6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe7f, #f9c54e, #f94346, #91be6f);
}

Retro 60s color palette created on .