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