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