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