Golden Harvest Glow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Golden Harvest Glow palette
Image Gallery
Golden Harvest Glow カラーパレット CSS
/* CSS */
.color-1 {
color: #fedca4;
}
.color-2 {
color: #faaa33;
}
.color-3 {
color: #fa9805;
}
.color-4 {
color: #d28b2d;
}
.color-5 {
color: #e27603;
}
/* CSS Variables */
:root {
--color-1: #fedca4;
--color-2: #faaa33;
--color-3: #fa9805;
--color-4: #d28b2d;
--color-5: #e27603;
}
Golden Harvest Glow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fedca4, #faaa33, #fa9805, #d28b2d, #e27603);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fedca4, #faaa33, #fa9805, #d28b2d, #e27603);
}
似たようなカラーパレット
下にスクロールして3個のSoft yellowカラーパレットを探索しましょう
Golden Harvest Glow color palette created on .