Earthy Whisper Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Earthy Whisper Tones palette
Image Gallery
Earthy Whisper Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #c8bfac;
}
.color-2 {
color: #a5977e;
}
.color-3 {
color: #8a7a5c;
}
.color-4 {
color: #6e6445;
}
.color-5 {
color: #595331;
}
/* CSS Variables */
:root {
--color-1: #c8bfac;
--color-2: #a5977e;
--color-3: #8a7a5c;
--color-4: #6e6445;
--color-5: #595331;
}
Earthy Whisper Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8bfac, #a5977e, #8a7a5c, #6e6445, #595331);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8bfac, #a5977e, #8a7a5c, #6e6445, #595331);
}
似たようなカラーパレット
Earthy Whisper Tones color palette created on .