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: #ff5100;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffc800;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #fff200;
}

/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ff8c00;
--color-3: #ffc800;
--color-4: #ffd900;
--color-5: #fff200;
}

Sunset Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ff8c00, #ffc800, #ffd900, #fff200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ff8c00, #ffc800, #ffd900, #fff200);
}

Sunset Ember color palette created on .