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