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