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