Sunset Ember Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Ember palette

Share this palette to:

Sunset Ember color palette CSS

/* CSS */
.color-1 {
color: #ff6600;
}
.color-2 {
color: #ff7e2e;
}
.color-3 {
color: #ffa061;
}
.color-4 {
color: #ffbe8f;
}
.color-5 {
color: #ffd29e;
}

/* CSS Variables */
:root {
--color-1: #ff6600;
--color-2: #ff7e2e;
--color-3: #ffa061;
--color-4: #ffbe8f;
--color-5: #ffd29e;
}

Sunset Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6600, #ff7e2e, #ffa061, #ffbe8f, #ffd29e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6600, #ff7e2e, #ffa061, #ffbe8f, #ffd29e);
}

Sunset Ember color palette created on .