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