Dungeons and Dragons カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dungeons and Dragons palette

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

Dungeons and Dragons カラー パレット PNG 画像

Download dungeons and dragons color palette PNG image (landscape)
Download dungeons and dragons color palette PNG image (square)

Dungeons and Dragons カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e3e;
}
.color-2 {
color: #5a4e4e;
}
.color-3 {
color: #8a6a6a;
}
.color-4 {
color: #c7a67a;
}
.color-5 {
color: #d1945c;
}

/* CSS Variables */
:root {
--color-1: #4c3e3e;
--color-2: #5a4e4e;
--color-3: #8a6a6a;
--color-4: #c7a67a;
--color-5: #d1945c;
}

Dungeons and Dragons の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e3e, #5a4e4e, #8a6a6a, #c7a67a, #d1945c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e3e, #5a4e4e, #8a6a6a, #c7a67a, #d1945c);
}

Dungeons and Dragons color palette created on .