Crimson Ember Color Palette
Discover the beautiful Crimson Ember color palette featuring temptress (#4d0000), old brick (#911d1d), apple blossom (#b04040), chestnut rose (#d16161) and tonys pink (#e58b8b).
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 Crimson Ember palette
💻 Crimson Ember color palette CSS
/* CSS */
.color-1 {
color: #4d0000;
}
.color-2 {
color: #911d1d;
}
.color-3 {
color: #b04040;
}
.color-4 {
color: #d16161;
}
.color-5 {
color: #e58b8b;
}
/* CSS Variables */
:root {
--color-1: #4d0000;
--color-2: #911d1d;
--color-3: #b04040;
--color-4: #d16161;
--color-5: #e58b8b;
} 🌈 Crimson Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d0000, #911d1d, #b04040, #d16161, #e58b8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d0000, #911d1d, #b04040, #d16161, #e58b8b);
} 🔗 Explore similar color palettes
Crimson Ember color palette created on .