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