Loading...
Shades of Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green カラーパレット (PNG) をダウンロード
Shades of Green カラーパレット CSS
/* CSS */
.color-1 {
color: #1d4e2c;
}
.color-2 {
color: #3b7939;
}
.color-3 {
color: #5abf6b;
}
.color-4 {
color: #89e1a7;
}
.color-5 {
color: #c3f4d6;
}
/* CSS Variables */
:root {
--color-1: #1d4e2c;
--color-2: #3b7939;
--color-3: #5abf6b;
--color-4: #89e1a7;
--color-5: #c3f4d6;
}
Shades of Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4e2c, #3b7939, #5abf6b, #89e1a7, #c3f4d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4e2c, #3b7939, #5abf6b, #89e1a7, #c3f4d6);
}
似たようなカラーパレット
Shades of Green color palette created on .