Desert Ember Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Desert Ember Glow palette

Share this palette to:

Desert Ember Glow color palette CSS

/* CSS */
.color-1 {
color: #bf2b18;
}
.color-2 {
color: #cf583a;
}
.color-3 {
color: #e68e5c;
}
.color-4 {
color: #f1c3a2;
}
.color-5 {
color: #f0b319;
}

/* CSS Variables */
:root {
--color-1: #bf2b18;
--color-2: #cf583a;
--color-3: #e68e5c;
--color-4: #f1c3a2;
--color-5: #f0b319;
}

Desert Ember Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf2b18, #cf583a, #e68e5c, #f1c3a2, #f0b319);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf2b18, #cf583a, #e68e5c, #f1c3a2, #f0b319);
}

Desert Ember Glow color palette created on .