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