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