Paleta de colores 60s Retro

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 60s Retro palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 60s Retro

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

CSS de la paleta de colores 60s Retro

/* CSS */
.color-1 {
color: #f5ab61;
}
.color-2 {
color: #f25a76;
}
.color-3 {
color: #895d92;
}
.color-4 {
color: #594f8c;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #f5ab61;
--color-2: #f25a76;
--color-3: #895d92;
--color-4: #594f8c;
--color-5: #2a9d90;
}

CSS del degradado de fondo 60s Retro

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ab61, #f25a76, #895d92, #594f8c, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ab61, #f25a76, #895d92, #594f8c, #2a9d90);
}

60s Retro color palette created on .