1970s Jazz カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with 1970s Jazz palette
1970s Jazz カラー パレット PNG 画像
1970s Jazz カラーパレット CSS
/* CSS */
.color-1 {
color: #e05a29;
}
.color-2 {
color: #f5c25c;
}
.color-3 {
color: #a8d7a8;
}
.color-4 {
color: #2b3a50;
}
.color-5 {
color: #6e4f8c;
}
/* CSS Variables */
:root {
--color-1: #e05a29;
--color-2: #f5c25c;
--color-3: #a8d7a8;
--color-4: #2b3a50;
--color-5: #6e4f8c;
}
1970s Jazz の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e05a29, #f5c25c, #a8d7a8, #2b3a50, #6e4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e05a29, #f5c25c, #a8d7a8, #2b3a50, #6e4f8c);
}
似たようなカラーパレット
下にスクロールして1000+個のcolors.jazzカラーパレットを探索しましょう
1970s Jazz color palette created on .