Desert Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Dawn palette

このパレットを共有する先:

Desert Dawn カラーパレット (PNG) をダウンロード

Download desert dawn color palette PNG image (landscape)
Download desert dawn color palette PNG image (square)

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 .