Paleta de colores Orange Oktoberfest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Oktoberfest palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Orange Oktoberfest

Download orange oktoberfest color palette PNG image (landscape)
Download orange oktoberfest color palette PNG image (square)

CSS de la paleta de colores Orange Oktoberfest

/* CSS */
.color-1 {
color: #e5a938;
}
.color-2 {
color: #c56b2b;
}
.color-3 {
color: #8d5a2a;
}
.color-4 {
color: #f3d68c;
}
.color-5 {
color: #303b45;
}

/* CSS Variables */
:root {
--color-1: #e5a938;
--color-2: #c56b2b;
--color-3: #8d5a2a;
--color-4: #f3d68c;
--color-5: #303b45;
}

CSS del degradado de fondo Orange Oktoberfest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a938, #c56b2b, #8d5a2a, #f3d68c, #303b45);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a938, #c56b2b, #8d5a2a, #f3d68c, #303b45);
}

Orange Oktoberfest color palette created on .