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