Verdant Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Verdant Harmony palette
Verdant Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #4b7c5e;
}
.color-2 {
color: #6f9b7a;
}
.color-3 {
color: #a7d4a1;
}
.color-4 {
color: #d7e4b4;
}
.color-5 {
color: #f4f5e0;
}
/* CSS Variables */
:root {
--color-1: #4b7c5e;
--color-2: #6f9b7a;
--color-3: #a7d4a1;
--color-4: #d7e4b4;
--color-5: #f4f5e0;
}
Verdant Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c5e, #6f9b7a, #a7d4a1, #d7e4b4, #f4f5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c5e, #6f9b7a, #a7d4a1, #d7e4b4, #f4f5e0);
}
似たようなカラーパレット
下にスクロールして400+個の緑カラーパレットを探索しましょう
Verdant Harmony color palette created on .