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