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