Electric Blue Fiesta Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Blue Fiesta palette

Share this palette to:

Download Electric Blue Fiesta Color Palette (PNG)

Download electric blue fiesta color palette PNG image (landscape)
Download electric blue fiesta color palette PNG image (square)

Electric Blue Fiesta color palette CSS

/* CSS */
.color-1 {
color: #c6102e;
}
.color-2 {
color: #f7d74b;
}
.color-3 {
color: #0077ff;
}
.color-4 {
color: #e66f00;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #c6102e;
--color-2: #f7d74b;
--color-3: #0077ff;
--color-4: #e66f00;
--color-5: #ff4d00;
}

Electric Blue Fiesta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6102e, #f7d74b, #0077ff, #e66f00, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6102e, #f7d74b, #0077ff, #e66f00, #ff4d00);
}

Electric Blue Fiesta color palette created on .