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: #f7c94b;
}
.color-2 {
color: #f7a650;
}
.color-3 {
color: #f79050;
}
.color-4 {
color: #f76e50;
}
.color-5 {
color: #d95445;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f7a650;
--color-3: #f79050;
--color-4: #f76e50;
--color-5: #d95445;
}

Sunset Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f7a650, #f79050, #f76e50, #d95445);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f7a650, #f79050, #f76e50, #d95445);
}

Sunset Ember color palette created on .