Whispering Forest カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispering Forest palette
Whispering Forest カラーパレット CSS
/* CSS */
.color-1 {
color: #4a5c3d;
}
.color-2 {
color: #6a7d54;
}
.color-3 {
color: #8f9e6b;
}
.color-4 {
color: #b7c8a7;
}
.color-5 {
color: #dfe7d0;
}
/* CSS Variables */
:root {
--color-1: #4a5c3d;
--color-2: #6a7d54;
--color-3: #8f9e6b;
--color-4: #b7c8a7;
--color-5: #dfe7d0;
}
Whispering Forest の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5c3d, #6a7d54, #8f9e6b, #b7c8a7, #dfe7d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5c3d, #6a7d54, #8f9e6b, #b7c8a7, #dfe7d0);
}
似たようなカラーパレット
Whispering Forest color palette created on .