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