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