Fire Metal カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Fire Metal palette
Fire Metal カラー パレット PNG 画像
Fire Metal カラーパレット CSS
/* CSS */
.color-1 {
color: #b24b1f;
}
.color-2 {
color: #e86830;
}
.color-3 {
color: #f1a35b;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d6a024;
}
/* CSS Variables */
:root {
--color-1: #b24b1f;
--color-2: #e86830;
--color-3: #f1a35b;
--color-4: #f1c84b;
--color-5: #d6a024;
}
Fire Metal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b24b1f, #e86830, #f1a35b, #f1c84b, #d6a024);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b24b1f, #e86830, #f1a35b, #f1c84b, #d6a024);
}
似たようなカラーパレット
下にスクロールして2個のファイアカラーパレットを探索しましょう
Fire Metal color palette created on .