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