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