Discover the beautiful Moonlit Ember color palette featuring pumice (#d8dad9), gray nickel (#b8b8b7), mantle (#9fa39f), desert storm (#f2f3f1) and just right (#e8cbb0).
Moonlit Ember Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Moonlit Ember palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Moonlit Ember palette
💻 Moonlit Ember color palette CSS
/* CSS */
.color-1 {
color: #d8dad9;
}
.color-2 {
color: #b8b8b7;
}
.color-3 {
color: #9fa39f;
}
.color-4 {
color: #f2f3f1;
}
.color-5 {
color: #e8cbb0;
}
/* CSS Variables */
:root {
--color-1: #d8dad9;
--color-2: #b8b8b7;
--color-3: #9fa39f;
--color-4: #f2f3f1;
--color-5: #e8cbb0;
}
🌈 Moonlit Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8dad9, #b8b8b7, #9fa39f, #f2f3f1, #e8cbb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8dad9, #b8b8b7, #9fa39f, #f2f3f1, #e8cbb0);
}
🔗 Explore similar color palettes
Moonlit Ember color palette created on .