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