Paleta de colores 60s Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 60s Sunshine palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 60s Sunshine

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

CSS de la paleta de colores 60s Sunshine

/* CSS */
.color-1 {
color: #fccf1d;
}
.color-2 {
color: #fcaa1d;
}
.color-3 {
color: #f79022;
}
.color-4 {
color: #f76222;
}
.color-5 {
color: #f63c28;
}

/* CSS Variables */
:root {
--color-1: #fccf1d;
--color-2: #fcaa1d;
--color-3: #f79022;
--color-4: #f76222;
--color-5: #f63c28;
}

CSS del degradado de fondo 60s Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fccf1d, #fcaa1d, #f79022, #f76222, #f63c28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fccf1d, #fcaa1d, #f79022, #f76222, #f63c28);
}

60s Sunshine color palette created on .