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