Paleta de colores Eurobeat

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Eurobeat palette

Compartir esta paleta en:

Descargar la paleta de colores Eurobeat (PNG)

Download eurobeat color palette PNG image (landscape)
Download eurobeat color palette PNG image (square)

CSS de la paleta de colores Eurobeat

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffd000;
}
.color-3 {
color: #e2e600;
}
.color-4 {
color: #a1d24b;
}
.color-5 {
color: #0091ff;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffd000;
--color-3: #e2e600;
--color-4: #a1d24b;
--color-5: #0091ff;
}

CSS del degradado de fondo Eurobeat

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffd000, #e2e600, #a1d24b, #0091ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffd000, #e2e600, #a1d24b, #0091ff);
}

Eurobeat color palette created on .