Gore Burger Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gore Burger palette

Share this palette to:

Gore Burger color palette PNG image

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

Gore Burger color palette CSS

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

Gore Burger background gradient CSS

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