Wilderness Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wilderness Whisper palette

このパレットを共有する先:

Wilderness Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #2d2b25;
}
.color-2 {
color: #4d4b47;
}
.color-3 {
color: #756f6c;
}
.color-4 {
color: #b7a99a;
}
.color-5 {
color: #f3eae2;
}

/* CSS Variables */
:root {
--color-1: #2d2b25;
--color-2: #4d4b47;
--color-3: #756f6c;
--color-4: #b7a99a;
--color-5: #f3eae2;
}

Wilderness Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d2b25, #4d4b47, #756f6c, #b7a99a, #f3eae2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d2b25, #4d4b47, #756f6c, #b7a99a, #f3eae2);
}

Wilderness Whisper color palette created on .