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