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