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