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