Paleta de colores 70s Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 70s Sunshine palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 70s Sunshine

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

CSS de la paleta de colores 70s Sunshine

/* CSS */
.color-1 {
color: #f0b128;
}
.color-2 {
color: #e19e33;
}
.color-3 {
color: #d78f3c;
}
.color-4 {
color: #c76a38;
}
.color-5 {
color: #a84a3e;
}

/* CSS Variables */
:root {
--color-1: #f0b128;
--color-2: #e19e33;
--color-3: #d78f3c;
--color-4: #c76a38;
--color-5: #a84a3e;
}

CSS del degradado de fondo 70s Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b128, #e19e33, #d78f3c, #c76a38, #a84a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b128, #e19e33, #d78f3c, #c76a38, #a84a3e);
}

70s Sunshine color palette created on .