Fantasy Tavern カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fantasy Tavern palette

このパレットを共有する先:

Fantasy Tavern カラーパレット (PNG) をダウンロード

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

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;
}

Fantasy Tavern の背景のグラデーション 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 .