Crimson Ember Color Palette
Discover the beautiful Crimson Ember color palette featuring persian plum (#6b1f1f), chestnut (#bf524a), apple blossom (#a04040), raw sienna (#d4674e) and aubergine (#3c0b0b).
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: #6b1f1f;
}
.color-2 {
color: #bf524a;
}
.color-3 {
color: #a04040;
}
.color-4 {
color: #d4674e;
}
.color-5 {
color: #3c0b0b;
}
/* CSS Variables */
:root {
--color-1: #6b1f1f;
--color-2: #bf524a;
--color-3: #a04040;
--color-4: #d4674e;
--color-5: #3c0b0b;
} 🌈 Crimson Ember background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b1f1f, #bf524a, #a04040, #d4674e, #3c0b0b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b1f1f, #bf524a, #a04040, #d4674e, #3c0b0b);
} 🔗 Explore similar color palettes
Crimson Ember color palette created on .