Deep Green Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Deep Green Harmony palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Deep Green Harmony カラーパレット (PNG) をダウンロード
Deep Green Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #4d7d2b;
}
.color-2 {
color: #9fb14e;
}
.color-3 {
color: #d1d87d;
}
.color-4 {
color: #e8e5a1;
}
.color-5 {
color: #f9f0be;
}
/* CSS Variables */
:root {
--color-1: #4d7d2b;
--color-2: #9fb14e;
--color-3: #d1d87d;
--color-4: #e8e5a1;
--color-5: #f9f0be;
}
Deep Green Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7d2b, #9fb14e, #d1d87d, #e8e5a1, #f9f0be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7d2b, #9fb14e, #d1d87d, #e8e5a1, #f9f0be);
}
似たようなカラーパレット
Deep Green Harmony color palette created on .