Harry Potter カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Harry Potter palette
Harry Potter カラーパレット (PNG) をダウンロード
Harry Potter カラーパレット CSS
/* CSS */
.color-1 {
color: #804000;
}
.color-2 {
color: #b87a00;
}
.color-3 {
color: #f0b400;
}
.color-4 {
color: #b32d00;
}
.color-5 {
color: #702000;
}
/* CSS Variables */
:root {
--color-1: #804000;
--color-2: #b87a00;
--color-3: #f0b400;
--color-4: #b32d00;
--color-5: #702000;
}
Harry Potter の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #804000, #b87a00, #f0b400, #b32d00, #702000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #804000, #b87a00, #f0b400, #b32d00, #702000);
}
似たようなカラーパレット
Harry Potter color palette created on .