Fantasy Tavern Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fantasy Tavern palette
Color Inspiration
Images that showcase this color palette in real designs
Download Fantasy Tavern Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.farmhouse color palettes
Fantasy Tavern color palette created on .