Brilliant Orange Color Palette
Discover the beautiful Brilliant Orange color palette featuring petite orchid (#e19294), calico (#e1ae94), dust storm (#e5cfcc), blue chalk (#eee3ff) and magnolia (#f7f5ff).
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 Brilliant Orange palette
💻 Brilliant Orange color palette CSS
/* CSS */
.color-1 {
color: #e19294;
}
.color-2 {
color: #e1ae94;
}
.color-3 {
color: #e5cfcc;
}
.color-4 {
color: #eee3ff;
}
.color-5 {
color: #f7f5ff;
}
/* CSS Variables */
:root {
--color-1: #e19294;
--color-2: #e1ae94;
--color-3: #e5cfcc;
--color-4: #eee3ff;
--color-5: #f7f5ff;
} 🌈 Brilliant Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e19294, #e1ae94, #e5cfcc, #eee3ff, #f7f5ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e19294, #e1ae94, #e5cfcc, #eee3ff, #f7f5ff);
} 🔗 Explore similar color palettes
Brilliant Orange color palette created on .