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: #7affaf;
}
.color-2 {
color: #4dff8e;
}
.color-3 {
color: #29ff70;
}
.color-4 {
color: #1aff53;
}
.color-5 {
color: #0aff3f;
}
/* CSS Variables */
:root {
--color-1: #7affaf;
--color-2: #4dff8e;
--color-3: #29ff70;
--color-4: #1aff53;
--color-5: #0aff3f;
}
Shades of Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7affaf, #4dff8e, #29ff70, #1aff53, #0aff3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7affaf, #4dff8e, #29ff70, #1aff53, #0aff3f);
}
似たようなカラーパレット
Shades of Green color palette created on .