Ember Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ember Blossom palette
Ember Blossom color palette CSS
/* CSS */
.color-1 {
color: #e89726;
}
.color-2 {
color: #f7b450;
}
.color-3 {
color: #f7d98d;
}
.color-4 {
color: #f4b4a4;
}
.color-5 {
color: #c76b3d;
}
/* CSS Variables */
:root {
--color-1: #e89726;
--color-2: #f7b450;
--color-3: #f7d98d;
--color-4: #f4b4a4;
--color-5: #c76b3d;
}
Ember Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e89726, #f7b450, #f7d98d, #f4b4a4, #c76b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e89726, #f7b450, #f7d98d, #f4b4a4, #c76b3d);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Ember Blossom color palette created on .