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