Earthy Whisper Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Whisper Tones palette

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

Earthy Whisper Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #c8bfac;
}
.color-2 {
color: #a6977d;
}
.color-3 {
color: #87785a;
}
.color-4 {
color: #6c6242;
}
.color-5 {
color: #524d2d;
}

/* CSS Variables */
:root {
--color-1: #c8bfac;
--color-2: #a6977d;
--color-3: #87785a;
--color-4: #6c6242;
--color-5: #524d2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8bfac, #a6977d, #87785a, #6c6242, #524d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8bfac, #a6977d, #87785a, #6c6242, #524d2d);
}

Earthy Whisper Tones color palette created on .