Paleta de colores Electric Blue Fiesta

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Electric Blue Fiesta palette

Compartir esta paleta en:

Descargar la paleta de colores Electric Blue Fiesta (PNG)

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

CSS de la paleta de colores Electric Blue Fiesta

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

CSS del degradado de fondo Electric Blue Fiesta

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