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