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