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: #f7b32b;
}
.color-2 {
color: #f15a22;
}
.color-3 {
color: #f68a1e;
}
.color-4 {
color: #ef681a;
}
.color-5 {
color: #c83a2d;
}

/* CSS Variables */
:root {
--color-1: #f7b32b;
--color-2: #f15a22;
--color-3: #f68a1e;
--color-4: #ef681a;
--color-5: #c83a2d;
}

Sunset Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b32b, #f15a22, #f68a1e, #ef681a, #c83a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b32b, #f15a22, #f68a1e, #ef681a, #c83a2d);
}

Sunset Ember color palette created on .