Sunset Ember Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Ember palette
Sunset Ember color palette CSS
/* CSS */
.color-1 {
color: #c59a6d;
}
.color-2 {
color: #d0996c;
}
.color-3 {
color: #e3b95f;
}
.color-4 {
color: #d6613d;
}
.color-5 {
color: #a85e3e;
}
/* CSS Variables */
:root {
--color-1: #c59a6d;
--color-2: #d0996c;
--color-3: #e3b95f;
--color-4: #d6613d;
--color-5: #a85e3e;
}
Sunset Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c59a6d, #d0996c, #e3b95f, #d6613d, #a85e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c59a6d, #d0996c, #e3b95f, #d6613d, #a85e3e);
}
Similar color palettes
Sunset Ember color palette created on .