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