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