Wizarding World カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Wizarding World palette
Wizarding World カラーパレット CSS
/* CSS */
.color-1 {
color: #e3b782;
}
.color-2 {
color: #e8c79c;
}
.color-3 {
color: #f1d5a2;
}
.color-4 {
color: #f7e4a6;
}
.color-5 {
color: #f3b9a0;
}
/* CSS Variables */
:root {
--color-1: #e3b782;
--color-2: #e8c79c;
--color-3: #f1d5a2;
--color-4: #f7e4a6;
--color-5: #f3b9a0;
}
Wizarding World の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b782, #e8c79c, #f1d5a2, #f7e4a6, #f3b9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b782, #e8c79c, #f1d5a2, #f7e4a6, #f3b9a0);
}
似たようなカラーパレット
下にスクロールして300+個のベージュカラーパレットを探索しましょう
Wizarding World color palette created on .