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