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