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