Paleta de colores Gore Burger

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gore Burger palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Gore Burger

Download gore burger color palette PNG image (landscape)
Download gore burger color palette PNG image (square)

CSS de la paleta de colores Gore Burger

/* CSS */
.color-1 {
color: #3d1f1f;
}
.color-2 {
color: #6b3d3d;
}
.color-3 {
color: #a65959;
}
.color-4 {
color: #d6993d;
}
.color-5 {
color: #f5c25b;
}

/* CSS Variables */
:root {
--color-1: #3d1f1f;
--color-2: #6b3d3d;
--color-3: #a65959;
--color-4: #d6993d;
--color-5: #f5c25b;
}

CSS del degradado de fondo Gore Burger

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1f1f, #6b3d3d, #a65959, #d6993d, #f5c25b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1f1f, #6b3d3d, #a65959, #d6993d, #f5c25b);
}

Gore Burger color palette created on .