Ignite the Flame カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ignite the Flame palette
Ignite the Flame カラーパレット CSS
/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #eb7500;
}
.color-4 {
color: #ff6d2e;
}
.color-5 {
color: #ff3c00;
}
/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #faa200;
--color-3: #eb7500;
--color-4: #ff6d2e;
--color-5: #ff3c00;
}
Ignite the Flame の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #faa200, #eb7500, #ff6d2e, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #faa200, #eb7500, #ff6d2e, #ff3c00);
}
似たようなカラーパレット
Ignite the Flame color palette created on .