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