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