Cinnabar Sunrise Color Palette
Discover the beautiful Cinnabar Sunrise color palette featuring cinnabar (#e34435), burnt sienna (#e76c50), tacao (#f1a17e), marzipan (#f6d988) and texas (#f7f3a1).
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 Cinnabar Sunrise palette
💻 Cinnabar Sunrise color palette CSS
/* CSS */
.color-1 {
color: #e34435;
}
.color-2 {
color: #e76c50;
}
.color-3 {
color: #f1a17e;
}
.color-4 {
color: #f6d988;
}
.color-5 {
color: #f7f3a1;
}
/* CSS Variables */
:root {
--color-1: #e34435;
--color-2: #e76c50;
--color-3: #f1a17e;
--color-4: #f6d988;
--color-5: #f7f3a1;
}
🌈 Cinnabar Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e34435, #e76c50, #f1a17e, #f6d988, #f7f3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e34435, #e76c50, #f1a17e, #f6d988, #f7f3a1);
}
🔗 Explore similar color palettes
Cinnabar Sunrise color palette created on .