Desert Dawn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Dawn palette

Share this palette to:

Download Desert Dawn Color Palette (PNG)

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

Desert Dawn color palette 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 background gradient 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 .