Fantasy Tavern Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fantasy Tavern palette

Share this palette to:

Download Fantasy Tavern Color Palette (PNG)

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

Fantasy Tavern color palette 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;
}

Fantasy Tavern background gradient CSS

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