Paleta de colores Swinging Sixties Fiesta

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Swinging Sixties Fiesta palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Swinging Sixties Fiesta

Download swinging sixties fiesta color palette PNG image (landscape)
Download swinging sixties fiesta color palette PNG image (square)

CSS de la paleta de colores Swinging Sixties Fiesta

/* CSS */
.color-1 {
color: #f7c750;
}
.color-2 {
color: #f09d38;
}
.color-3 {
color: #e86a2c;
}
.color-4 {
color: #d84841;
}
.color-5 {
color: #aa2c5a;
}

/* CSS Variables */
:root {
--color-1: #f7c750;
--color-2: #f09d38;
--color-3: #e86a2c;
--color-4: #d84841;
--color-5: #aa2c5a;
}

CSS del degradado de fondo Swinging Sixties Fiesta

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c750, #f09d38, #e86a2c, #d84841, #aa2c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c750, #f09d38, #e86a2c, #d84841, #aa2c5a);
}

Swinging Sixties Fiesta color palette created on .