Dull Earthy Tones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dull Earthy Tones palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Dull Earthy Tones カラーパレット (PNG) をダウンロード
Dull Earthy Tones カラーパレット CSS
/* CSS */
.color-1 {
color: #a7b9b4;
}
.color-2 {
color: #d4c7bf;
}
.color-3 {
color: #f2e3d4;
}
.color-4 {
color: #e9c6a5;
}
.color-5 {
color: #c9a8a1;
}
/* CSS Variables */
:root {
--color-1: #a7b9b4;
--color-2: #d4c7bf;
--color-3: #f2e3d4;
--color-4: #e9c6a5;
--color-5: #c9a8a1;
}
Dull Earthy Tones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b9b4, #d4c7bf, #f2e3d4, #e9c6a5, #c9a8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b9b4, #d4c7bf, #f2e3d4, #e9c6a5, #c9a8a1);
}
似たようなカラーパレット
Dull Earthy Tones color palette created on .