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: #8b4513;
}
.color-2 {
color: #f69e5a;
}
.color-3 {
color: #aac6e9;
}
.color-4 {
color: #d86c31;
}
.color-5 {
color: #4b2c2a;
}

/* CSS Variables */
:root {
--color-1: #8b4513;
--color-2: #f69e5a;
--color-3: #aac6e9;
--color-4: #d86c31;
--color-5: #4b2c2a;
}

Sunset Ember background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b4513, #f69e5a, #aac6e9, #d86c31, #4b2c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b4513, #f69e5a, #aac6e9, #d86c31, #4b2c2a);
}

Sunset Ember color palette created on .