Shaded Forest Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shaded Forest Whisper palette

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

Shaded Forest Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #1b1d1b;
}
.color-2 {
color: #3c3e3c;
}
.color-3 {
color: #5b5d5b;
}
.color-4 {
color: #7c7e7c;
}
.color-5 {
color: #a0a2a0;
}

/* CSS Variables */
:root {
--color-1: #1b1d1b;
--color-2: #3c3e3c;
--color-3: #5b5d5b;
--color-4: #7c7e7c;
--color-5: #a0a2a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1d1b, #3c3e3c, #5b5d5b, #7c7e7c, #a0a2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1d1b, #3c3e3c, #5b5d5b, #7c7e7c, #a0a2a0);
}

Shaded Forest Whisper color palette created on .