James Potter カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with James Potter palette
James Potter カラー パレット PNG 画像
James Potter カラーパレット CSS
/* CSS */
.color-1 {
color: #4c3e2f;
}
.color-2 {
color: #9e9e51;
}
.color-3 {
color: #f0e1a3;
}
.color-4 {
color: #5e8d6d;
}
.color-5 {
color: #7d2d2c;
}
/* CSS Variables */
:root {
--color-1: #4c3e2f;
--color-2: #9e9e51;
--color-3: #f0e1a3;
--color-4: #5e8d6d;
--color-5: #7d2d2c;
}
James Potter の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e2f, #9e9e51, #f0e1a3, #5e8d6d, #7d2d2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e2f, #9e9e51, #f0e1a3, #5e8d6d, #7d2d2c);
}
似たようなカラーパレット
James Potter color palette created on .