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: #f5a300;
}
.color-2 {
color: #ffcf3d;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ff4d00;
}
.color-5 {
color: #ff1e00;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ffcf3d;
--color-3: #ff9900;
--color-4: #ff4d00;
--color-5: #ff1e00;
}

Sunset Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ffcf3d, #ff9900, #ff4d00, #ff1e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ffcf3d, #ff9900, #ff4d00, #ff1e00);
}

Sunset Ember color palette created on .