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