Red Desert Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Desert palette

Share this palette to:

Red Desert color palette PNG image

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

Red Desert color palette CSS

/* CSS */
.color-1 {
color: #d94f3f;
}
.color-2 {
color: #f68b55;
}
.color-3 {
color: #f9b56c;
}
.color-4 {
color: #f5d27f;
}
.color-5 {
color: #f1e5b7;
}

/* CSS Variables */
:root {
--color-1: #d94f3f;
--color-2: #f68b55;
--color-3: #f9b56c;
--color-4: #f5d27f;
--color-5: #f1e5b7;
}

Red Desert background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94f3f, #f68b55, #f9b56c, #f5d27f, #f1e5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94f3f, #f68b55, #f9b56c, #f5d27f, #f1e5b7);
}

Red Desert color palette created on .