Wizarding World カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wizarding World palette

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

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

Download wizarding world color palette PNG image (landscape)
Download wizarding world color palette PNG image (square)

Wizarding World カラーパレット CSS

/* CSS */
.color-1 {
color: #7d4b2c;
}
.color-2 {
color: #c9b97e;
}
.color-3 {
color: #f5e0a3;
}
.color-4 {
color: #4b3d25;
}
.color-5 {
color: #6c4f7d;
}

/* CSS Variables */
:root {
--color-1: #7d4b2c;
--color-2: #c9b97e;
--color-3: #f5e0a3;
--color-4: #4b3d25;
--color-5: #6c4f7d;
}

Wizarding World の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d4b2c, #c9b97e, #f5e0a3, #4b3d25, #6c4f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d4b2c, #c9b97e, #f5e0a3, #4b3d25, #6c4f7d);
}

Wizarding World color palette created on .