Ember's Breath Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ember's Breath palette
Ember's Breath color palette CSS
/* CSS */
.color-1 {
color: #ff713d;
}
.color-2 {
color: #ff9a52;
}
.color-3 {
color: #ffb86b;
}
.color-4 {
color: #f2e03a;
}
.color-5 {
color: #d1a73d;
}
/* CSS Variables */
:root {
--color-1: #ff713d;
--color-2: #ff9a52;
--color-3: #ffb86b;
--color-4: #f2e03a;
--color-5: #d1a73d;
}
Ember's Breath background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff713d, #ff9a52, #ffb86b, #f2e03a, #d1a73d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff713d, #ff9a52, #ffb86b, #f2e03a, #d1a73d);
}
Similar color palettes
Ember's Breath color palette created on .