Autumn Harvest Hues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Autumn Harvest Hues palette
Image Gallery
Autumn Harvest Hues カラーパレット CSS
/* CSS */
.color-1 {
color: #ecce93;
}
.color-2 {
color: #e19b33;
}
.color-3 {
color: #9b8882;
}
.color-4 {
color: #9d6f3f;
}
.color-5 {
color: #bc5810;
}
/* CSS Variables */
:root {
--color-1: #ecce93;
--color-2: #e19b33;
--color-3: #9b8882;
--color-4: #9d6f3f;
--color-5: #bc5810;
}
Autumn Harvest Hues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecce93, #e19b33, #9b8882, #9d6f3f, #bc5810);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecce93, #e19b33, #9b8882, #9d6f3f, #bc5810);
}
似たようなカラーパレット
下にスクロールして3個のGoldenカラーパレットを探索しましょう
Autumn Harvest Hues color palette created on .