Gore Burger Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gore Burger palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Gore Burger

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

tavolozza dei colori Gore Burger 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;
}

CSS con gradiente di sfondo 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 .