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