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