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