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: #d5d9dd;
}
.color-2 {
color: #b5afa1;
}
.color-3 {
color: #978c63;
}
.color-4 {
color: #826f27;
}
.color-5 {
color: #544e21;
}
/* CSS Variables */
:root {
--color-1: #d5d9dd;
--color-2: #b5afa1;
--color-3: #978c63;
--color-4: #826f27;
--color-5: #544e21;
}
Whispers of the Woodland の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5d9dd, #b5afa1, #978c63, #826f27, #544e21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5d9dd, #b5afa1, #978c63, #826f27, #544e21);
}
似たようなカラーパレット
下にスクロールして2個のLight grayカラーパレットを探索しましょう
Whispers of the Woodland color palette created on .