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