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