Shades of Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green カラーパレット CSS
/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #9bbfa9;
}
.color-3 {
color: #7eae8e;
}
.color-4 {
color: #4a8c66;
}
.color-5 {
color: #2a5b43;
}
/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #9bbfa9;
--color-3: #7eae8e;
--color-4: #4a8c66;
--color-5: #2a5b43;
}
Shades of Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #9bbfa9, #7eae8e, #4a8c66, #2a5b43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #9bbfa9, #7eae8e, #4a8c66, #2a5b43);
}
似たようなカラーパレット
下にスクロールして300+個のネイチャーカラーパレットを探索しましょう
Shades of Green color palette created on .