Paleta de colores Fenerbahçe Inspired

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fenerbahçe Inspired palette

Compartir esta paleta en:

CSS de la paleta de colores Fenerbahçe Inspired

/* CSS */
.color-1 {
color: #f8df3a;
}
.color-2 {
color: #026da7;
}
.color-3 {
color: #015483;
}
.color-4 {
color: #124591;
}
.color-5 {
color: #fcd303;
}

/* CSS Variables */
:root {
--color-1: #f8df3a;
--color-2: #026da7;
--color-3: #015483;
--color-4: #124591;
--color-5: #fcd303;
}

CSS del degradado de fondo Fenerbahçe Inspired

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8df3a, #026da7, #015483, #124591, #fcd303);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8df3a, #026da7, #015483, #124591, #fcd303);
}

Fenerbahçe Inspired color palette created on .