Gore Burger Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gore Burger palette
Gore Burger color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 100+ Burgundy color palettes
Gore Burger color palette created on .