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