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