Swinging Sixties Fiesta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Swinging Sixties Fiesta palette

Share this palette to:

Swinging Sixties Fiesta color palette PNG image

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

Swinging Sixties Fiesta color palette CSS

/* 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;
}

Swinging Sixties Fiesta background gradient CSS

/* 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 .