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