Ember Glow Color Palette
Discover the beautiful Ember Glow color palette featuring cavern pink (#e3bfc5), raffia (#ecdabb), janna (#f2e6ce), porcelain (#f6f7f8) and lily (#c9acba).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Ember Glow palette
💻 Ember Glow color palette CSS
/* CSS */
.color-1 {
color: #e3bfc5;
}
.color-2 {
color: #ecdabb;
}
.color-3 {
color: #f2e6ce;
}
.color-4 {
color: #f6f7f8;
}
.color-5 {
color: #c9acba;
}
/* CSS Variables */
:root {
--color-1: #e3bfc5;
--color-2: #ecdabb;
--color-3: #f2e6ce;
--color-4: #f6f7f8;
--color-5: #c9acba;
} 🌈 Ember Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3bfc5, #ecdabb, #f2e6ce, #f6f7f8, #c9acba);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3bfc5, #ecdabb, #f2e6ce, #f6f7f8, #c9acba);
} 🔗 Explore similar color palettes
Ember Glow color palette created on .