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