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: #f6b531;
}
.color-2 {
color: #ef9c2e;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #d65724;
}
.color-5 {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--color-1: #f6b531;
--color-2: #ef9c2e;
--color-3: #e77e23;
--color-4: #d65724;
--color-5: #bf3a2b;
}
Sunset Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b531, #ef9c2e, #e77e23, #d65724, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b531, #ef9c2e, #e77e23, #d65724, #bf3a2b);
}
Similar color palettes
Sunset Ember color palette created on .