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