Shades of Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green カラーパレット (PNG) をダウンロード
Shades of Green カラーパレット CSS
/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #6fbf5f;
}
.color-3 {
color: #8dd8a2;
}
.color-4 {
color: #c4e3d5;
}
.color-5 {
color: #eae6d2;
}
/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #6fbf5f;
--color-3: #8dd8a2;
--color-4: #c4e3d5;
--color-5: #eae6d2;
}
Shades of Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #6fbf5f, #8dd8a2, #c4e3d5, #eae6d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #6fbf5f, #8dd8a2, #c4e3d5, #eae6d2);
}
似たようなカラーパレット
Shades of Green color palette created on .