Dungeons and Dragons カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dungeons and Dragons palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Dungeons and Dragons カラーパレット (PNG) をダウンロード
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 .