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