Fantasy Tavern Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Fantasy Tavern palette

Condividi questa palette a:

Scarica la tavolozza dei colori Fantasy Tavern (PNG)

Download fantasy tavern color palette PNG image (landscape)
Download fantasy tavern color palette PNG image (square)

tavolozza dei colori Fantasy Tavern CSS

/* CSS */
.color-1 {
color: #794b39;
}
.color-2 {
color: #c9a29c;
}
.color-3 {
color: #f4d69f;
}
.color-4 {
color: #f0ba4c;
}
.color-5 {
color: #6d8b3c;
}

/* CSS Variables */
:root {
--color-1: #794b39;
--color-2: #c9a29c;
--color-3: #f4d69f;
--color-4: #f0ba4c;
--color-5: #6d8b3c;
}

CSS con gradiente di sfondo Fantasy Tavern

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794b39, #c9a29c, #f4d69f, #f0ba4c, #6d8b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794b39, #c9a29c, #f4d69f, #f0ba4c, #6d8b3c);
}

Fantasy Tavern color palette created on .