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