Green Haven カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Green Haven palette
Green Haven カラー パレット PNG 画像
Green Haven カラーパレット CSS
/* CSS */
.color-1 {
color: #b6e38c;
}
.color-2 {
color: #74c880;
}
.color-3 {
color: #50aa3c;
}
.color-4 {
color: #478532;
}
.color-5 {
color: #376837;
}
/* CSS Variables */
:root {
--color-1: #b6e38c;
--color-2: #74c880;
--color-3: #50aa3c;
--color-4: #478532;
--color-5: #376837;
}
Green Haven の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6e38c, #74c880, #50aa3c, #478532, #376837);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6e38c, #74c880, #50aa3c, #478532, #376837);
}
似たようなカラーパレット
Green Haven color palette created on .